IDA Pro MCP

by mrexodia
Verified
MIT License
1,471
  • Linux
  • Apple

rename_function

Rename functions in IDA Pro via MCP server by specifying the function address and providing a new name. Automates reverse engineering tasks efficiently.

Instructions

Rename a function

Input Schema

NameRequiredDescriptionDefault
function_addressYesAddress of the function to rename
new_nameYesNew name for the function (empty for a default name)

Input Schema (JSON Schema)

{ "properties": { "function_address": { "description": "Address of the function to rename", "title": "Function Address", "type": "string" }, "new_name": { "description": "New name for the function (empty for a default name)", "title": "New Name", "type": "string" } }, "required": [ "function_address", "new_name" ], "title": "rename_functionArguments", "type": "object" }
ID: 35q428b8zg