ida-mcp-server

ida_rename_multi_global_variables

Batch rename global variables in IDA databases to streamline reverse engineering workflows and improve code readability.

Instructions

Rename multiple global variables at once in the IDA database

Input Schema

NameRequiredDescriptionDefault
rename_pairs_old2newYes

Input Schema (JSON Schema)

{ "properties": { "rename_pairs_old2new": { "items": { "additionalProperties": { "type": "string" }, "type": "object" }, "title": "Rename Pairs Old2New", "type": "array" } }, "required": [ "rename_pairs_old2new" ], "title": "RenameMultiGlobalVariables", "type": "object" }
ID: fpfnwgj5pa