get_xrefs_to_field
Find all cross-references to a specific struct field in IDA Pro, enabling efficient reverse engineering and analysis of struct member usage.
Instructions
Get all cross references to a named struct field (member)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field_name | Yes | Name of the field (member) to get xrefs to | |
struct_name | Yes | Name of the struct (type) containing the field |