Linux 上的 Dependency Walker 等效项?
我需要一个工具以某种图形方式显示所有共享库依赖项,而不仅仅是在每个 .so
上使用 ldd
。对于 MS Windows Dependency Walker 有效。有什么适合 Linux 的吗?
。
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?
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 binscan 或 ELF 库查看器
Try binscan or ELF Library Viewer