Hacker News new | ask | show | jobs
Interactive Beginner's Guide to ROP (bordplate.no)
43 points by bordplate 2744 days ago
3 comments

Really cool! If you enjoy this sort of thing then I'd recommend looking at https://microcorruption.com.
For a more classic x86(-64) wargame, https://io.netgarage.org/
This excellent,can't have enough articles like this. Reminds me of all the corelan.be articles that cover similar topics.
Thanks. Most of my time with this was spent making the emulator, and making it easy to embed. With what I have now I’m planning to cover more advanced topics in the same style as this.

This is an invaluable way for me to really learn these things as well.

Just want to express my thanks as well. The final little challenge was my first successful foray into crafting a ROP payload. I found it thoroughly enjoyable and look forward to more of your stuff in the future!
Awesome, I love to hear that!
I wish to subscribe to your newsletter. Or at least updates about whenever you create new guides with this emulator.
I don't have a newsletter, but there is an RSS feed that you could subscribe to.

I don't want deal with storing e-mails or using some 3rd party newsletter service.

Ha, it was just a reference. I'll subscribe to the RSS feed, thanks. :D
The step emulator is really nice and presented well!