Skip to main content
Glama

ida-mcp-server

ida_rename_function

Rename functions in an IDA database by specifying the old and new names, enabling efficient database management and organization during reverse engineering tasks.

Instructions

Rename a function 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": "RenameFunction", "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