IDA Pro MCP

by mrexodia
Verified
MIT License
1,471
  • Linux
  • Apple

get_xrefs_to

Retrieves all cross references to a specified address in IDA Pro, enabling automated reverse engineering and analysis of code relationships.

Instructions

Get all cross references to the given address

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to get cross references to

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address to get cross references to", "title": "Address", "type": "string" } }, "required": [ "address" ], "title": "get_xrefs_toArguments", "type": "object" }
ID: 35q428b8zg