ida-mcp-server

ida_get_global_variable_by_name

Retrieve global variable details by specifying its name in the IDA database, enabling precise access to data for analysis or automation tasks.

Instructions

Get information about a global variable by name

Input Schema

NameRequiredDescriptionDefault
variable_nameYes

Input Schema (JSON Schema)

{ "properties": { "variable_name": { "title": "Variable Name", "type": "string" } }, "required": [ "variable_name" ], "title": "GetGlobalVariableByName", "type": "object" }
ID: fpfnwgj5pa