read_struct
Reads a struct type definition and parses memory values at a given address into the struct's fields, with automatic detection of the struct type if not provided.
Instructions
Reads struct type definition and parses actual memory values at the given address as instances of that struct type.
If struct name is not provided, attempts to auto-detect from address. Auto-detection only works if IDA already has type information applied at that address
Returns struct layout with actual memory values for each field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | ||
| instance_id | Yes | Target IDA instance ID (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |