📔
Cyber Security Notes
Search...
Ctrl + K
Linux 64-bit Assembly
Shellcoding basics
Some articles on creating shellcodes
Introduction and Common Rules
Basic Shellcodes->Exit
Testing shellcode->Skeleton Code
Techniques-> JMP,CALL,POP
Techniques-> Stack
Techniques-> (64-bit only) RIP Relative Addressing
Shellcode 1 -> execve(/bin/sh) STACK PUSH
Shellcode 1 -> execve(/bin/sh) JMP CALL POP
Techniques-> XOR-Encoder
Previous
String Operations
Next
Introduction and Common Rules