rdfdump
General-purpose x86 assembler
Install
- All systems
-
curl cmd.cat/rdfdump.sh
- Debian
-
apt-get install nasm - Ubuntu
-
apt-get install nasm -
Alpine
-
apk add nasm - Arch Linux
-
pacman -S nasm - Kali Linux
-
apt-get install nasm - CentOS
-
yum install nasm-rdoff - Fedora
-
dnf install nasm-rdoff - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install nasm - OS X
-
brew install nasm - Raspbian
-
apt-get install nasm - Docker
-
docker run cmd.cat/rdfdump rdfdumppowered by Commando
nasm
General-purpose x86 assembler
Netwide Assembler. NASM will currently output flat-form binary files, a.out, COFF and ELF Unix object files, and Microsoft 16-bit DOS and Win32 object files. Also included is NDISASM, a prototype x86 binary-file disassembler which uses the same instruction table as NASM. NASM is released under the GNU Lesser General Public License (LGPL).