Exploitation
ROP (Return-Oriented Programming) is a technique used to bypass security mechanisms such as data execution prevention (DEP) or address space layout randomization (ASLR). It allows us to exploit the ar
Pwntools can build ROP chains so we'll use it for exploitation.
Last updated