ida-mcp-server

ida_rename_multi_functions

Rename multiple functions simultaneously in an IDA database by providing old-to-new name mappings, streamlining reverse engineering and analysis workflows.

Instructions

Rename multiple functions 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": "RenameMultiFunctions", "type": "object" }
ID: fpfnwgj5pa