🏳️
The CTF Recipes
CtrlK
  • Introduction
  • Cryptography
    • Introduction
    • General knowledge
    • Misc
    • Mono-alphabetic substitution
    • Symmetric Cryptography
  • 🛠️Pwn
    • General knowledge
    • Architectures
    • Stack exploitation
      • Stack Buffer Overflow
      • Format string
      • Arbitrary code execution
        • Shellcode
        • ret2reg
        • Code reuse attack
        • Stack pivoting
    • 🛠️Heap exploitation
    • Protections
    • Integer overflow
Powered by GitBook
On this page
  1. 🛠️Pwn
  2. Stack exploitation

Arbitrary code execution

Shellcoderet2regCode reuse attackStack pivoting
PreviousChallenge exampleNextShellcode

Last updated 2 years ago