Files
metasploit-gs/external/source/shellcode/windows/templates/linux_template.asm
T

4 lines
43 B
NASM
Raw Normal View History

global _start
_start:
incbin "payload.bin"