https://github.com/philipdb/ropemporium
Challenges from ROPEmporium
https://github.com/philipdb/ropemporium
pwntools rop
Last synced: about 1 year ago
JSON representation
Challenges from ROPEmporium
- Host: GitHub
- URL: https://github.com/philipdb/ropemporium
- Owner: PhiliPdB
- Created: 2022-06-28T21:25:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T18:32:31.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T07:44:47.900Z (over 1 year ago)
- Topics: pwntools, rop
- Language: Python
- Homepage: https://ropemporium.com/
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ROPEmporium
These are my solutions to the [ROPEmporium](https://ropemporium.com) challenges. I solved all these challenges for both 32 and 64 bit binaries. All these exploits are written in Python and make use of [Pwntools](https://github.com/Gallopsled/pwntools), although I also manually wrote a lot the payloads. These can be found in the history of this project.