rz_types
List type definitions from a binary, including structs, enums, typedefs, and unions with complete member details, via Rizin's typed JSON endpoints.
Instructions
List type definitions from the binary using Rizin separate typed JSON endpoints (tsj/tej/ttj/tuj). Returns structs, enums, typedefs, and unions with full member details. Superior to r2 which returns all types in a single flat list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| filter | No | Filter types by name substring (case-insensitive) | |
| offset | No | ||
| category | No | Type category to list (default: all) | all |
| binary_path | Yes | Absolute path to the binary file |