Skip to content

Latest commit

 

History

History

ROP Emporium

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

ROP Emporium

ROP Emporium is a series of challenges to learn Return Oriented Programming (ROP) by practicing it. It covers a complete challenges from beginner level to advanced level of stack and heap.

Below I present you my solution to solve the challenges and the link to the ROP-Emporium sites, if you are searching for a different version of the challenges, you can use the link that redirect you to the respective challenge page.

Since I'm using a Ubuntu 20.04 LTS, I'll be writting the solution from x86_64 (64bit binary) and x86 (32bit binary).

Stack

Challenges Link Status
ret2win https://ropemporium.com/challenge/ret2win.html
split https://ropemporium.com/challenge/split.html
callme https://ropemporium.com/challenge/callme.html
write4 https://ropemporium.com/challenge/write4.html
badchars https://ropemporium.com/challenge/badchars.html
fluff https://ropemporium.com/challenge/fluff.html
pivot https://ropemporium.com/challenge/pivot.html
ret2csu https://ropemporium.com/challenge/ret2csu.html