shellphish / how2heap

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

fastbin_dup_into_stack 2.31 #150

Closed Ch0pin closed 2 years ago

Kyle-Kyle commented 2 years ago

Can you please add some comments on where the vulnerability is? here

And add an assertion to make sure the attack succeed? (the last calloc should return stack_var)

Thanks!

Kyle-Kyle commented 2 years ago

That's great! Thank you so much!