Programming way to list shared library dependency on linux -



Programming way to list shared library dependency on linux -

it's there programming way (system call?) list shared library dependency on linux? instead of using ldd ...

thanks in advance!

readelf -wa lib.so|grep needed

linux shared-libraries

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -