Visit Website

Class-dump is a command-line utility for examining the Objective-C runtime information stored in Mach-O files. It generates declarations for the classes, categories, and protocols, presenting them as normal Objective-C declarations for easier readability. It allows users to explore closed source applications, frameworks, and bundles, track interface changes between releases, experiment with private frameworks, and discover hidden features in various applications.

ALTERNATIVES