{"id":19899226,"url":"https://github.com/samrb-dev/asmforre","last_synced_at":"2026-05-07T15:32:13.601Z","repository":{"id":132414625,"uuid":"530486614","full_name":"SamRB-dev/AsmForRE","owner":"SamRB-dev","description":"Collection of assembly program of IA-32 CPU architecture to understand how things work under each high level language. The main goal of the repo is get with familiar with ASM to identify various procedures while reversing a binary/executable","archived":false,"fork":false,"pushed_at":"2024-02-22T09:25:34.000Z","size":13698,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T20:44:35.764Z","etag":null,"topics":["8086-programs","assembly-language","c","cpp","cybersecurity","malware-analysis","reverse-engineering","x86","x86-assembly"],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SamRB-dev.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}},"created_at":"2022-08-30T03:47:51.000Z","updated_at":"2024-02-22T09:27:36.000Z","dependencies_parsed_at":"2024-02-17T12:44:46.057Z","dependency_job_id":null,"html_url":"https://github.com/SamRB-dev/AsmForRE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamRB-dev%2FAsmForRE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamRB-dev%2FAsmForRE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamRB-dev%2FAsmForRE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamRB-dev%2FAsmForRE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamRB-dev","download_url":"https://codeload.github.com/SamRB-dev/AsmForRE/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329416,"owners_count":19944984,"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","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":["8086-programs","assembly-language","c","cpp","cybersecurity","malware-analysis","reverse-engineering","x86","x86-assembly"],"created_at":"2024-11-12T20:07:43.772Z","updated_at":"2025-10-29T20:46:33.728Z","avatar_url":"https://github.com/SamRB-dev.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASM codes\nEach ASM file contains useful comments that might point the readers to topics for further reading.\nTo use make.py for assembling your assembly code, make sure to have nasm installed on your system.\n**Syntax**:\n```shell\npython make.py \u003cprogram.asm\u003e\n```\n# Resources\n## Assemblers\n- NASM\n    - Installation on Manjaro/Arch\n    ```shell\n    sudo pacman -S nasm\n    ```\n    - Debian\n    ```shell\n    sudo apt-get update \u0026\u0026 sudo apt-get install nasm\n    ```\n\n## x86 assembly\n- [x86 Assembly (NASM)](https://www.tutorialspoint.com/assembly_programming/index.htm)\n- [cs.lmu.edu](https://cs.lmu.edu/~ray/notes/x86assembly/)\n- [8086 reference Recommended](https://shanniz.github.io/courses/assemblylanguage/Ytha_Yu_Charles_Marut_Assembly_Language.pdf)\n\n## 32 bit Linux syscalls\n- [syscalls32.paolostivanin.com](https://syscalls32.paolostivanin.com/)\n\n## General\n- [Open Security Training](https://opensecuritytraining.info/Training.html)\n- [Open Security Training 2](https://p.ost2.fyi/courses)\n- [TryHackMe](https://tryhackme.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrb-dev%2Fasmforre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrb-dev%2Fasmforre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrb-dev%2Fasmforre/lists"}