shellphish / how2heap

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

Update Makefile #193

Closed zeroone-kr closed 3 weeks ago

zeroone-kr commented 1 month ago

First of all, thank you for creating this helpful repository for understanding heap exploitation.

After compiling the binaries, I encountered an issue where I couldn't run the programs in the directory for a specific libc version. Therefore, I modified the Makefile to allow users to run these specific libc programs from any location. Please take a look at the changes, and if everything seems fine, consider merging them.

Thank you.

Kyle-Kyle commented 3 weeks ago

Sorry for the late response. The PR looks great to me! Thank you for your contribution!