Closed C0deH4cker closed 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.
Build.mk
NO_RPATH := 1
To make it easier for CTF players to run binaries locally with the specific libc, always set RPATH unless the
Build.mk
file setsNO_RPATH := 1
.