otool is command line tool of MacOS X that displays info of an object.
I have a Cocoa app that uses otool to find required shared libraries that an app needs to function properly. …