摘要:
本文转载自:http://www.linuxsong.org/2015/04/mac-os-x-ldd-strace/ Linux下经常会用到ldd查看程序使用了哪些共享链接库,很方便的一个工具,在Mac OS X上没有这个命令,如果想在Mac OS X查看程序使用了哪些链接库可以用otool 来代 阅读全文
摘要:
otool - object file displaying tool otool [ option ... ] [ file ... ] -L Display the names and version numbers of the shared libraries that the object 阅读全文