Jari Vetoniemi 2d7c26cc66 ElfDynLib: resolve lib from system paths
Implements the base that should usually work that is
- Check LD_LIBRARY_PATH if the binary is no setuid setgid binary
- Check /lib, /usr/lib, in that order

The missing parts are:
- DT_RPATH and DT_RUNPATH handling from the calling executable
- Reading /etc/ld.so.cache

For more details check man page of dlopen(3)
2024-08-24 05:32:53 -07:00
..
2024-08-23 19:23:38 -07:00
2024-08-18 14:23:49 -07:00
2024-05-08 19:37:29 -07:00
2024-06-16 11:53:33 +02:00