A collection of my solutions to the ROP Emporium challenges.
See https://ropemporium.com/ for the original site. Huge thanks to the creators!
I might add some writeups later.
Return-oriented programming (ROP) is a computer security exploit technique that allows an attacker to execute code in the presence of security defenses such as executable space protection and code signing. Wikipedia