Skip to content

cybersecurity-dev/Assembly-Toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Assembly Toolkit

YouTube Reddit

GitHub   YouTube   My Awesome Lists

Installation

NASM

For Debian, Ubuntu, Linux Mint
sudo apt-get update && sudo apt-get install -y nasm
For RHEL, Fedora, AlmaLinux
sudo dnf install -y nasm 
For Arch, Manjaro, EndeavourOS
sudo pacman -S nasm

You can access the Awesome Assembly Programming Language here