shellphish / how2heap

A repository for learning various heap exploitation techniques.
MIT License
7.12k stars 1.13k forks source link

how2heap indexed JSON files #161

Closed cbechie-kiss closed 1 year ago

cbechie-kiss commented 1 year ago

Hey all,

I'm learning heap exploitation right now and decided to make a indexer for how2heap content. Thought I would shear with you all the JSON files I compiled https://github.com/cbechie-kiss/how2heapIndexerJSON. Let me know what you think!

Edit: Here is the web app I used the json with https://kissprogramming.com/heap/heap-search

Kyle-Kyle commented 1 year ago

You summarized the primitives needed for each technique and made an indexer out of it. I bet this is going to benefit many beginners and even experienced heapers. This is great! I'll add it to the Heap Exploitation Tools in this repo! Thanks for letting us know.

Kyle-Kyle commented 1 year ago

done! b093f28b8d6daecaf12c37f8b700abd9b9f3faaf

Kyle-Kyle commented 1 year ago

I'll close the issue for now. But feel free to add more comments if there is anything more interesting you want to share. Thank you for contributing to the project!

cbechie-kiss commented 1 year ago

Wow, i'm speechless! I plan to make CTF challenges for each one too over winter break :) If you have any feed back for me on how to improve on it let me know!