Intel (NASM) x86_64 Assembly
A humble collection of simple things intel (NASM) x86_64 assembly
Assemble elf with gcc
gcc -nostdlib assembly.s -o elf-filename
Extract shellcode
objcopy --dump-section .text=shellcode-filename elf-filename
Check elf
objdump -M intel -d elf-filename
General:
Linux: