Skip to main content
Glama

ida-mcp-server

ida_rename_multi_functions

Rename multiple functions simultaneously in IDA databases to streamline analysis and improve code readability. Simplify bulk updates with predefined rename pairs.

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MxIris-Reverse-Engineering/ida-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server