Skip to main content
Glama

IDA Pro MCP Server

by fdrechsler

get_xrefs_from

Extract cross-references from a specified address in IDA Pro to analyze code or data dependencies. Supports filtering by reference type for precise reverse engineering insights.

Instructions

Get cross-references from an address

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Source address to find references from", "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