Top "Otool" questions

otool is command line tool of MacOS X that displays info of an object.

dyld: Library not loaded ... Reason: Image not found

When trying to run an executable I've been sent in Mac OS X, I get the following error dyld: Library …

macos dylib dyld otool install-name-tool
how to use otool

apple suggested me to use "strings" or "otool" to dect the private api (isinf) in my code , I am totally …

iphone xcode ipad otool
What is your favorite disassembler tool in Mac OS X?

I am using the otool, nm and Fraise text editor to disassemble the Mach-o binaries. My workflow at this point …

macos assembly disassembly nm otool
Building OSX App Bundle

Suppose I have have made a an osX app without using Xcode. After compiling with GCC I get an executable …

macos gcc otool
Why is install_name_tool and otool necessary for Mach-O libraries in Mac Os X?

I am developing a Cocoa Application using the latest version of Xcode 4, I want to link dynamic libraries to my …

macos mach-o otool install-name-tool
Getting complete disassembly of an executable binary

Is it possible to get a complete disassembly (which can act as input to an assembler) of an executable? When …

macos gdb disassembly otool
What path does @loader_path resolve to?

I'm having a hard time understanding the absolute path that a @loader_path within a file refers to. user@local:~$ …

macos shared-libraries mach-o dyld otool
iOS otool to detect private apis

I am a first time ios developer and cannot find any documentation on private apis. So I have been searching …

ios xcode iphone-privateapi otool
Disassemble default iOS apps with otool

When I try to disassemble the stock iOS apps (not app store ones) with otool it isn't split into different …

iphone ios assembly disassembly otool
MacOSX: which dynamic libraries linked by binary?

I have not been able to figure out why my binary is not loading. It is a dylib loaded by …

macos ldd rpath otool