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.
本文介绍了 MacOSX 下二进制可执行文件所使用的动态链接库 dylib 文件,并提供了如何使用 otool 工具来查看 dylib 文件的详细信息。此外还提到了 strings 工具用于输出库调用的方法列表,otool -ov 命令用于显示 Objective-C 类结构及其定义的方法。
4147

被折叠的 条评论
为什么被折叠?



