shellphish / how2heap

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

Added: House-of-Gods Exploitation Technique #159

Closed Milo-D closed 1 year ago

Milo-D commented 1 year ago

As discussed in #157 here is the PoC for House-of-Gods.

I decided to write the PoC for glibc-2.24 instead of glibc-2.26 because of the missing tcache functionality in 2.24. This way, we don't need to prefill the tcache and can focus solely on the core of this exploit.

I also had to adjust the glibc_run.sh script in order to search the old_list of glibc-all-in-one.

Kyle-Kyle commented 1 year ago

Thanks for the contribution and sorry for the months-long process. The PR looks good to me.

Milo-D commented 1 year ago

...sorry for the months-long process.

No problem :) Thanks for merging.