Linux 的 Dependency Walker 等价物?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6977298/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-05 05:33:10 来源:igfitidea点击:
Dependency Walker equivalent for Linux?
提问by Rella
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 Walkerworks. Is there anything for Linux?
我需要一个工具来以某种图形方式显示所有共享库依赖项,而不仅仅是ldd
在每个.so
. 对于 MS Windows Dependency Walker有效。有什么适用于 Linux 的吗?
.
.