list_classes
Enumerate classes and associated methods from C++, Objective-C, Java, or Swift binaries to reveal object-oriented structures for reverse engineering.
Instructions
List classes and their methods from C++, Objective-C, Java, or Swift binaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| offset | No | Pagination offset (0-based) | |
| binary_path | Yes | Absolute path to the binary file |