get_xrefs_to_field
Find all cross references to a specific struct field in IDA Pro to analyze how a binary accesses or modifies that data member.
Instructions
Get all cross references to a named struct field (member)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| struct_name | Yes | Name of the struct (type) containing the field | |
| field_name | Yes | Name of the field (member) to get xrefs to |