4 lines
43 B
NASM
4 lines
43 B
NASM
|
global _start
|
||
|
_start:
|
||
|
incbin "payload.bin"
|