shellphish / how2heap

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

fix(#180): added Makefile that links specific libc & loader during compilation #183

Closed edd255 closed 4 months ago

edd255 commented 4 months ago

This new Makefile should fix issue #180. You can use make all -f Makefile_ld to specify this Makefile. It links the specific libc & loader versions.

Using this Makefile is optional.

Kyle-Kyle commented 4 months ago

This looks great. Thanks! I'll make a few changes to this Makefile so we don't have to download all libc though.

Kyle-Kyle commented 4 months ago

done: https://github.com/shellphish/how2heap/commit/e93ce21cd827defa80ac6691078f2e3e4d59aec3