nasm -f bin -o shellcode.o   shellcode.s -DELF
nasm -f bin -o snippet.bin   shellcode.s -DSNIPPET
nasm -f bin -o shellcode.bin shellcode.s -DSHELLCODE
