shellphish / how2heap

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

fastbin_dup_consolidate.c revamp #191

Closed k4lizen closed 3 months ago

k4lizen commented 3 months ago

I cleaned it up a bit.

Closes #187

k4lizen commented 3 months ago

Also for some reason I'm having trouble testing it on older version of glibc, so if someone could verify that it works (particularly the versions without tcache), thatd be great.

Kyle-Kyle commented 3 months ago

it seems that it passes the CI, thanks for your contribution!