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

ios - Fragment Shader GLSL for texture, color and texture/color -

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -