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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
43 B
NASM
Raw Normal View History

global _start
_start:
incbin "payload.bin"