Tools系列Mac OSX查看可执行文件引用的动态链接库
Posted 飞翔的鲲
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tools系列Mac OSX查看可执行文件引用的动态链接库相关的知识,希望对你有一定的参考价值。
Date: 2022.3.25
原文链接:https://blog.csdn.net/cocoasprite/article/details/12839261
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.
THE END!
以上是关于Tools系列Mac OSX查看可执行文件引用的动态链接库的主要内容,如果未能解决你的问题,请参考以下文章