IDA Pro MCP

by mrexodia
Verified
MIT License
1,471
  • 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" }
ID: 35q428b8zg