summaryrefslogtreecommitdiffstats
path: root/templates/shellcode/examples/tcp64.asm (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-15shellcode: Add sample for connecting a TCP socketMalfurious1-0/+49
This sample can be used to create a reverse shell when combined with the shell64 sample: cat examples/{tcp64,shell64}.asm >code.asm make ... Signed-off-by: Malfurious <m@lfurio.us>