Skip to main content
Glama

IDA Pro MCP

MIT License
1,975
  • Linux
  • Apple

set_function_prototype

Update function prototypes in IDA Pro by specifying the function address and new prototype, enabling accurate reverse engineering and analysis.

Instructions

Set a function's prototype

Input Schema

NameRequiredDescriptionDefault
function_addressYesAddress of the function
prototypeYesNew function prototype

Input Schema (JSON Schema)

{ "properties": { "function_address": { "description": "Address of the function", "title": "Function Address", "type": "string" }, "prototype": { "description": "New function prototype", "title": "Prototype", "type": "string" } }, "required": [ "function_address", "prototype" ], "title": "set_function_prototypeArguments", "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