{"id":17384977,"url":"https://github.com/cvar1984/nasm-tutorial","last_synced_at":"2025-08-03T03:31:59.208Z","repository":{"id":116773535,"uuid":"339176266","full_name":"Cvar1984/nasm-tutorial","owner":"Cvar1984","description":"Assembler for beginer","archived":false,"fork":false,"pushed_at":"2025-05-24T04:14:35.000Z","size":60,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-24T05:23:03.215Z","etag":null,"topics":["assembly","nasm","reverse-shell","tutorials"],"latest_commit_sha":null,"homepage":"https://www.nasm.us","language":"Assembly","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/Cvar1984.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,"zenodo":null}},"created_at":"2021-02-15T18:55:02.000Z","updated_at":"2025-05-24T04:14:38.000Z","dependencies_parsed_at":"2024-01-22T12:26:59.504Z","dependency_job_id":"ccea6c9c-2911-4855-a998-adc1d5c72ee4","html_url":"https://github.com/Cvar1984/nasm-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cvar1984/nasm-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cvar1984%2Fnasm-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cvar1984%2Fnasm-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cvar1984%2Fnasm-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cvar1984%2Fnasm-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cvar1984","download_url":"https://codeload.github.com/Cvar1984/nasm-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cvar1984%2Fnasm-tutorial/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268491129,"owners_count":24258716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"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","nasm","reverse-shell","tutorials"],"created_at":"2024-10-16T07:47:11.799Z","updated_at":"2025-08-03T03:31:59.198Z","avatar_url":"https://github.com/Cvar1984.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nasm-tutorial\n![](https://img.shields.io/badge/haxor-approved%20by%20nasa-blue)\n![](https://img.shields.io/badge/language-god-white)\n\n\n# references\n[Linux syscall tables](https://chromium.googlesource.com/chromiumos/docs/+/HEAD/constants/syscalls.md)\n\n[Flags](https://en.wikipedia.org/wiki/FLAGS_register)\n\n[NASM official docs](https://nasm.us/docs.php)\n\n[NASM tutorial](https://cs.lmu.edu/~ray/notes/nasmtutorial/)\n\n# REcommended tools for practice\n- [pwndbg](https://github.com/pwndbg/pwndbg/)\n![image](https://github.com/user-attachments/assets/99657225-cddf-4af0-8e03-10cd7ecc3c6a)\n\n## compile\n```sh\nnasm -f elf64 hello.asm -o hello.o\n```\n```sh\nld hello.o -o hello\n```\n```sh\n./hello\n```\n## compile C and assembly with gcc\n```sh\nnasm -f elf64 hello.asm -o hello.o\n```\n```sh\ngcc -no-pie -nostdlib say.c -c\n```\n```sh\nld say.o hello.o -o say\n```\n\n## clean mess\n```sh\ngit clean -xdf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvar1984%2Fnasm-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvar1984%2Fnasm-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvar1984%2Fnasm-tutorial/lists"}