nygard/class-dump
Generate Objective-C headers from Mach-O files. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5616
- days_rel: n/a
- days_push: 1610
- n_releases_24m: 0
Adoption not part of the score
3585 stars · 901 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
class-dump is a command-line utility that examines the Objective-C runtime information in Mach-O binaries and generates Objective-C header declarations for classes, categories, and protocols. It presents the same data as 'otool -ov' in a compact, readable format, useful for exploring closed-source frameworks and applications.
Use cases
- generate headers from an Objective-C framework binary
- inspect private APIs in AppKit or UIKit
- reverse engineer a closed-source iOS app's class interfaces
- explore plugin APIs in macOS applications
- compare class interfaces between framework releases
- dump class declarations from a Mach-O executable
When to choose
- you need readable Objective-C declarations from Mach-O binaries on macOS
- you're researching private framework APIs or app internals
- you want a faster, cleaner alternative to 'otool -ov'
When to avoid
- you're analyzing Swift-only binaries, since it targets Objective-C runtime info
- you need a maintained tool with active support or a clear license
- you're on Linux or Windows without a macOS environment
Facets
cli-tool · maturity maintenance
reverse-engineering parser developer-tools cli reverse-engineering developer-tools apple-ecosystem operating-systems cli mach-o objective-c header-generation binary-analysis ios-reversing macos
2 sources
- readme: https://github.com/nygard/class-dump · fetched 2026-08-28 · eb563e395c77
- homepage: http://stevenygard.com/projects/class-dump · fetched 2026-08-29 · 8e0bbabc2b19
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nygard/class-dump | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="nygard/class-dump")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem