OTool
OTool, commonly written otool, is a macOS command-line utility used to analyze Mach-O binary files, object files, and libraries. It is included with Xcode and the macOS Command Line Tools and is used by developers and reverse engineers to inspect binary structure and linking information.
OTool can display details such as the Mach-O header, load commands that describe segments and dynamic linker
Typical uses include confirming library dependencies, auditing for compatibility with specific macOS versions, and inspecting sections
OTool complements other development and debugging utilities, such as nm for symbol listing and codesign for