Files
metasploit-gs/external/source/shellcode/windows/templates/linux_template.asm
T
HD Moore 7d2bb9536a Updated README, include the templates and other src
git-svn-id: file:///home/svn/framework3/trunk@5637 4d416f70-5f16-0410-b530-b9f4589650da
2008-08-22 18:45:33 +00:00

4 lines
43 B
NASM

global _start
_start:
incbin "payload.bin"