The LD_DEBUG environment variable (2012)(bnikolic.co.uk) |
The LD_DEBUG environment variable (2012)(bnikolic.co.uk) |
Leveraging LD_AUDIT to Beat the Traditional Linux Library Preloading Technique - https://www.sentinelone.com/labs/leveraging-ld_audit-to-beat...
rtld-audit and LD_AUDIT - https://vsoch.github.io/2021/ldaudit/
Otherwise one of the most reliable options is to simply grep the source code for calls to getenv, I would not be that surprised if their are some extra ones that are undocumented.
ld.so
The ldd command is also essentially just a wrapper script that sets LD_* variables that get the dynamic loader to do all the real work.
Yeah, i was looking for little known/undocumented environment variables (eg. i didn't know of LD_AUDIT).