analyze_macho_objc
Dump Objective-C classes from Mach-O binaries using static analysis (nm and strings). Enables understanding of iOS app internals for reverse engineering.
Instructions
Dump Objective-C classes from a Mach-O binary using static analysis (nm + strings).
Args: path: Path to a Mach-O binary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |