IDA Pro MCP

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

rename_global_variable

Automatically rename global variables in IDA Pro for clearer reverse engineering workflows by specifying the current and desired variable names.

Instructions

Rename a global variable

Input Schema

NameRequiredDescriptionDefault
new_nameYesNew name for the global variable (empty for a default name)
old_nameYesCurrent name of the global variable

Input Schema (JSON Schema)

{ "properties": { "new_name": { "description": "New name for the global variable (empty for a default name)", "title": "New Name", "type": "string" }, "old_name": { "description": "Current name of the global variable", "title": "Old Name", "type": "string" } }, "required": [ "old_name", "new_name" ], "title": "rename_global_variableArguments", "type": "object" }
ID: 35q428b8zg