analyze_types
List type definitions (structs, enums, and typedefs) from a binary. Filter by name substring and control result size with limit and offset for targeted analysis.
Instructions
List type definitions from binary analysis including structs, enums, and typedefs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| filter | No | Optional substring to filter type names | |
| offset | No | Pagination offset (0-based) | |
| binary_path | Yes | Absolute path to the binary file |