How can I change shared library loading path – So GDB and App will use different?
This is to improve my PWN toolbox for CTF.
Sometimes I get an executable file with included libc.so.6
and ld-linux-x86-64.so.2
. Supposed to run in a docker container.