Files
2019-07-01 08:32:35 +02:00

2 lines
86 B
Batchfile

nasm -o shell_x32.bin -f bin shell_x32.asm
nasm -o shell_x64.bin -f bin shell_x64.asm