/class-dumper

A macOS app for examining Objective-C runtime information stored in Mach-O files

Primary LanguageSwiftGNU Affero General Public License v3.0AGPL-3.0

Class Dumper

About

A macOS app around the class-dump utility for examining Objective-C runtime information stored in Mach-O files.

Features

  • Invoke class-dump 3.5 (64 bit) from the file picker
  • Save results to a local sqlite database with GRDB
  • View generated Objective-C runtime info in a native macOS app
  • Browse all runs from a finder-like interface
  • Manage individual runs and wipe all data
  • Search results with per-file matching
  • Theming and syntax highlighting with ZeeZide/CodeEditor

screenshot of class dumper

Contributing

Thank you for your interest in contributing to this project. Contributions are welcome in the form of issues and pull requests.