metasploit-framework/external/source/shellcode/windows/templates/linux_template.asm

4 lines
43 B
NASM

global _start
_start:
incbin "payload.bin"