ida-mcp-server

ida_get_global_variable_by_address

Retrieve details of a global variable using its address for analysis in IDA. This tool aids in understanding variable structures and improving reverse engineering workflows.

Instructions

Get information about a global variable by address

Input Schema

NameRequiredDescriptionDefault
addressYes

Input Schema (JSON Schema)

{ "properties": { "address": { "title": "Address", "type": "string" } }, "required": [ "address" ], "title": "GetGlobalVariableByAddress", "type": "object" }
ID: fpfnwgj5pa