ida-mcp-server

ida_rename_global_variable

Modify global variable names in IDA databases by specifying the old and new names. Streamline reverse engineering and code analysis processes efficiently.

Instructions

Rename a global variable 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": "RenameGlobalVariable", "type": "object" }
ID: fpfnwgj5pa