C0deH4cker / PwnableHarness

Manage building and deploying exploitation challenges with ease
MIT License
57 stars 4 forks source link

Always set RPATH on executables unless opted out #45

Closed C0deH4cker closed 4 weeks ago

C0deH4cker commented 4 weeks ago

To make it easier for CTF players to run binaries locally with the specific libc, always set RPATH unless the Build.mk file sets NO_RPATH := 1.