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