Skip to main content
Glama

IDA Pro MCP

MIT License
3,134
  • Linux
  • Apple

get_callees

Retrieve all functions called by a specific function in IDA Pro using its address. Simplify reverse engineering by identifying callee functions efficiently.

Instructions

Get all the functions called (callees) by the function at function_address

Input Schema

NameRequiredDescriptionDefault
function_addressYesAddress of the function to get callee functions

Input Schema (JSON Schema)

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