查找Linux中动态库依赖库的两种方法

1.使用ldd命令grep

2.使用objdump命令

objdump -x  *.so | grep NEEDED

相关文章
相关标签/搜索