Linux binary
objdump
objdump -x libxxxxx.so | grep NEEDED # Check dependencies of shared libs
readelf
readelf -l exe # Display the program headers
# (helpful to deal with 'not found' problem of executables)
readelf -d exe # Display the dynamic section (if present)