您的位置:首页 > 其它

Mac OS X查看二进制可执行文件引用的动态链接库

2013-10-17 16:33 2296 查看
Mac OS X下二进制可执行文件的动态链接库是dylib文件,linux下用ldd查看,苹果系统用otool即可,不过要安装xcode

otool –L xxxx.dylib

The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: