Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 541 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 541 Bytes

ROP Emporium

What's this?

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.

What's ROP?

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