Skip to main content
Glama

IDA Pro MCP Server

by fdrechsler

get_xrefs_to

Retrieve cross-references to a specified address in binary files to analyze code or data interactions. Supports filtering by reference type (code, data, or all).

Instructions

Get cross-references to an address

Input Schema

NameRequiredDescriptionDefault
addressYesTarget address to find references to
typeNoType of references to find (code, data, all)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Target address to find references to", "type": "string" }, "type": { "description": "Type of references to find (code, data, all)", "type": "string" } }, "required": [ "address" ], "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/fdrechsler/mcp-server-idapro'

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