{"id":19764300,"url":"https://github.com/theobori/libasm","last_synced_at":"2026-04-17T06:01:43.709Z","repository":{"id":159533850,"uuid":"472448049","full_name":"theobori/libasm","owner":"theobori","description":"🪄 x86 assembly library","archived":false,"fork":false,"pushed_at":"2022-09-13T14:01:36.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-28T10:37:54.182Z","etag":null,"topics":["assembly","c","libc","library"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theobori.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-21T17:44:28.000Z","updated_at":"2023-05-29T22:49:12.000Z","dependencies_parsed_at":"2023-05-21T04:15:08.130Z","dependency_job_id":null,"html_url":"https://github.com/theobori/libasm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theobori/libasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theobori%2Flibasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theobori%2Flibasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theobori%2Flibasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theobori%2Flibasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theobori","download_url":"https://codeload.github.com/theobori/libasm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theobori%2Flibasm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31917372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assembly","c","libc","library"],"created_at":"2024-11-12T04:13:04.669Z","updated_at":"2026-04-17T06:01:43.704Z","avatar_url":"https://github.com/theobori.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👨‍💻 libasm\n\n## Setup\n\n1. Install the dependencies\n    - Run the bash script `install.sh` (Can request sudo)\n2. Compile using `make` to get a shared object containing every functions\n\n## Unitary tests\n\nRun `make tests_run`\n\n## Implemented functions\n\n```c\nvoid memset(void *, int, size_t);\nint ffs(int);\nint strcmp(const char *, const char *);\nchar *index(char *, int);\nvoid *memcpy(void *, void *, size_t);\nvoid *memfrob(void *s, size_t n);\nvoid *memmove(void *, const void *, size_t);\nchar *rindex(char *, int);\nint strcasecmp(const char *s1, const char *s2);\nchar *strchr(char *, int);\nsize_t strcspn(const char *, const char *);\nchar *strfry(char *);\nsize_t strlen(char*);\nint strncmp(const char *, const char *, size_t);\nconst char *strpbrk(const char *, const char *);\nchar *strrchr(char *, int);\nchar *strstr(const char *, const char *);\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheobori%2Flibasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheobori%2Flibasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheobori%2Flibasm/lists"}