get_struct_at_address
Extract structure field values from a specific memory address to analyze binary data layouts during reverse engineering.
Instructions
Get structure field values at a specific address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address to analyze structure at | |
| struct_name | Yes | Name of the structure |