|
|
|
|
|
by glandium
3047 days ago
|
|
If your only concern is libraries, you can ask the dynamic loader to print out what it loads: LD_DEBUG=libs command You can check out all the valid options with: LD_DEBUG=help cat or check out `man ld.so`. On mac, there is something similar. Lookup all the DYLD_PRINT_* variables in `man dyld`. |
|