Wednesday, September 30, 2009
Tuesday, September 29, 2009
Tuesday, September 22, 2009
otool -L
Using "otool -L", you can see the install names recorded in a binary. For example, here's "/usr/bin/true":
$ otool -L /usr/bin/true
/usr/bin/true:
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.0.0)
Note the full paths to libgcc_s and libSystem.










