Dumpbin.exe for Linux to view imports

Viewed 9885

I'm not sure my question makes sense in a linux way. I'm searching for something that would work similar to dumpbin.exe from Visual Studio toolkit.

Basically I have an existing project with a bunch of libraries and a single executable. I'd like to figure out which libraries are really needed and which function in each library.

I'm using shared objects only since this project targets an ARM device.

1 Answers
Related