https://github.com/cybersecurity-dev/assembly-toolkit
Assembly Development Toolkit
https://github.com/cybersecurity-dev/assembly-toolkit
assembly-language development-toolkit nasm nasm-assembly nasm-example nasm-programs nasm-sample
Last synced: 4 days ago
JSON representation
Assembly Development Toolkit
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/assembly-toolkit
- Owner: cybersecurity-dev
- License: apache-2.0
- Created: 2025-05-22T22:28:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-30T00:00:44.000Z (3 months ago)
- Last Synced: 2025-12-02T04:50:36.457Z (2 months ago)
- Topics: assembly-language, development-toolkit, nasm, nasm-assembly, nasm-example, nasm-programs, nasm-sample
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[]()
[](https://github.com/cybersecurity-dev/Bash-Toolkit?tab=readme-ov-file#programming-language)
[](https://github.com/cybersecurity-dev/PowerShell-Toolkit?tab=readme-ov-file#programming-language)
[](https://youtube.com/playlist?list=PL9V4Zu3RroiXc0OUA9u4KQtYUFAQog0WX&si=PY8IncGQsTuUkjGi)
[](https://www.reddit.com/r/Assembly_language)
## 📖 Contents
- [Installation Steps](#installation-steps)
- [My Awesome Lists](#my-awesome-lists)
- [Contributing](#contributing)
- [Contributors](#contributors)
## Installation Steps
### NASM
For Debian, Ubuntu, Linux Mint
```bash
sudo apt-get update && sudo apt-get install -y nasm
```
For RHEL, Fedora, AlmaLinux
```bash
sudo dnf install -y nasm
```
For Arch, Manjaro, EndeavourOS
```bash
sudo pacman -S nasm
```
##
### My Awesome Lists
You can access the my awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)
### Contributing
[Contributions of any kind welcome, just follow the guidelines](contributing.md)!
### Contributors
[Thanks goes to these contributors](https://github.com/cybersecurity-dev/Assembly-Toolkit/graphs/contributors)!
[🔼 Back to top](#assembly-development-toolkit)