Introduction
This book is all about Write-ups in ROP Emporium x64 challenges.
Brief introduction about ROP and ROP Emporium
What is ROP
ROP or Return Oriented Programming is a technique that is used when we have
the control over the return address of a function to redirect and craft our own program using instructions
that is presented in the binary or the library that is imported to the binary. these instructions
are called Gadgets
and when chained together they're called ROP chain
.
What is ROP Emporium
ROP Emporium is a website that provides a series of challenges that teachs us ROP techniques in exploitation.