class-dump is a command-line utility for examining the Objective-C segment of Mach-O files. It generates declarations for the classes, categories and protocols. This is the same information provided by using 'otool -ov', but presented as normal Objective-C declarations. What's New: Version 3.0: Added -H option to generate individual headers for classes, categories, and protocols. Added -I option to sort classes by dependancy. Structures and unions are automatically expanded inline. Named structures and unions are declared at the top, and typedefs are generated for anonymous structures and unions. It now understands @executable_path, so you can recursively dump apps with frameworks bundled in the app wrapper. Several bugs have been fixed. |