Skip to main content
Glama

IDA Pro MCP

MIT License
1,975
  • Linux
  • Apple

get_function_by_name

Retrieve a specific function by its name from IDA Pro's disassembled code for automated reverse engineering and analysis.

Instructions

Get a function by its name

Input Schema

NameRequiredDescriptionDefault
nameYesName of the function to get

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the function to get", "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "get_function_by_nameArguments", "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