ida-mcp-server

ida_rename_function

Rename functions in an IDA database by specifying the old and new names, enabling efficient database management and organization during reverse engineering tasks.

Instructions

Rename a function in the IDA database

Input Schema

NameRequiredDescriptionDefault
new_nameYes
old_nameYes

Input Schema (JSON Schema)

{ "properties": { "new_name": { "title": "New Name", "type": "string" }, "old_name": { "title": "Old Name", "type": "string" } }, "required": [ "old_name", "new_name" ], "title": "RenameFunction", "type": "object" }
ID: fpfnwgj5pa