Skip to main content
Glama

IDA Pro MCP

MIT License
1,975
  • 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" }

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/mrexodia/ida-pro-mcp'

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