Shellcoding basics
Some articles on creating shellcodes
Introduction and Common RulesBasic Shellcodes->ExitTesting shellcode->Skeleton CodeTechniques-> JMP,CALL,POPTechniques-> StackTechniques-> (64-bit only) RIP Relative AddressingShellcode 1 -> execve(/bin/sh) STACK PUSHShellcode 1 -> execve(/bin/sh) JMP CALL POPTechniques-> XOR-Encoder
Was this helpful?