Dependency Walker equivalent for Linux?

Viewed 23183

I need a tool to show all the shared library dependencies in some graphical way, not just with ldd on each .so. For MS Windows Dependency Walker works. Is there anything for Linux?

Dependency Walker example screen.

1 Answers
Related