标签:macosx 分析文件 nm otool 实用命令
1. otool
-- 分析可执行文件和dylib的依赖引用关系,常用参数
otool -L
2.nm
-- 分析一个动态库的导出函数(exported symbols)
nm -a libz.1.2.5.dylib
[MacOSX]_[初级]_[分析文件的实用命令][定期更新]
原文地址:http://blog.csdn.net/infoworld/article/details/40856041