Skip to main content
Glama

IDA Pro MCP

MIT License
3,134
  • Linux
  • Apple

get_callers

Retrieve all callers of a specified function address in IDA Pro for reverse engineering analysis. Input the function address to identify calling relationships efficiently.

Instructions

Get all callers of the given address

Input Schema

NameRequiredDescriptionDefault
function_addressYesAddress of the function to get callers

Input Schema (JSON Schema)

{ "properties": { "function_address": { "description": "Address of the function to get callers", "title": "Function Address", "type": "string" } }, "required": [ "function_address" ], "title": "get_callersArguments", "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