reprospect.utils.ldd module
Get the list of shared object dependencies.
It assumes that
lddoutput follows:libname => /path/to/lib.so (address)
Get the list of shared object dependencies.
It assumes that ldd output follows:
libname => /path/to/lib.so (address)