Binary Exploitation
Ctrlk
  • Introduction to Binary Exploitation
  • Exploit Development Toolchain
  • Understanding x86 Instructions
  • Calling Conventions
  • Reverse Engineering
  • Buffer Overflows
  • Code Reuse Attacks
    • Return Oriented Programming
    • Jump Oriented Programming
    • Pure-Call Oriented Programming
  • Format String Exploitation
  • Heap Exploitation
  • Kernel Exploitation
Powered by GitBook
On this page

Code Reuse Attacks

Return Oriented ProgrammingJump Oriented ProgrammingPure-Call Oriented Programming
PreviousHeap-Based Buffer OverflowsNextReturn Oriented Programming

Last updated 6 years ago