{"id":29008255,"url":"https://github.com/colmiik/libasm","last_synced_at":"2026-02-06T08:08:56.504Z","repository":{"id":300779291,"uuid":"1007145753","full_name":"ColmiiK/libasm","owner":"ColmiiK","description":"A selection of libc functions written in Assembly","archived":false,"fork":false,"pushed_at":"2025-06-25T13:32:32.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-28T07:08:30.218Z","etag":null,"topics":["assembly","libc","low-level-programming"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ColmiiK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-06-23T14:29:21.000Z","updated_at":"2025-06-25T13:32:35.000Z","dependencies_parsed_at":"2025-06-23T15:52:51.529Z","dependency_job_id":null,"html_url":"https://github.com/ColmiiK/libasm","commit_stats":null,"previous_names":["colmiik/libasm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ColmiiK/libasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Flibasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Flibasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Flibasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Flibasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ColmiiK","download_url":"https://codeload.github.com/ColmiiK/libasm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Flibasm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29155107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","libc","low-level-programming"],"created_at":"2025-06-25T14:04:18.272Z","updated_at":"2026-02-06T08:08:56.489Z","avatar_url":"https://github.com/ColmiiK.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libasm\n\n## Requirements\n\n- Functions should not quit unexpectedly (`seg fault`)\n- Makefile must contain `$(NAME)`, `all`, `clean`, `fclean` and `re`\n- For bonus, add a `bonus` rule that will compile `_bonus.c/.h` files\n- Write 64 bit assembly. Beware of the calling convention\n- Do not use inline assembly, use `.s` files\n- Compile your code with `nasm`\n- Use the Intel syntax, not the AT\u0026T syntax\n- It's forbidden to use the `-no-pie` compilation flag\n- Library must be called `libasm.a`\n- Must submit a main function that will test the functions,\n  compile the library to demonstrate that it's functional\n- Check for errors during syscalls and handle them properly when needed\n- Must set the variable `errno` properly.\n  You're allowed to call the `extern ___error` or `errno_location`\n\n## Functions to rewrite\n\n- `ft_strcpy` (`man 3 strcpy`)\n- `ft_strcmp` (`man 3 strcmp`)\n- `ft_read` (`man 2 read`)\n- `ft_strdup` (`man 3 strdup`, `malloc` allowed)\n- `ft_strlen` (`man 3 strlen`)\n- `ft_write` (`man 2 write`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolmiik%2Flibasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolmiik%2Flibasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolmiik%2Flibasm/lists"}