Skip to main content
Glama

IDA Pro MCP

MIT License
3,134
  • Linux
  • Apple

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

NameRequiredDescriptionDefault
field_nameYesName of the field (member) to get xrefs to
struct_nameYesName of the struct (type) containing the field

Input Schema (JSON Schema)

{ "properties": { "field_name": { "description": "Name of the field (member) to get xrefs to", "title": "Field Name", "type": "string" }, "struct_name": { "description": "Name of the struct (type) containing the field", "title": "Struct Name", "type": "string" } }, "required": [ "struct_name", "field_name" ], "title": "get_xrefs_to_fieldArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrexodia/ida-pro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server