ida_get_global_variable_by_address
Retrieve details of a global variable in IDA Pro by specifying its memory address, enabling enhanced reverse engineering and analysis workflows via the IDA-MCP server.
Instructions
Get information about a global variable by address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes |
Input Schema (JSON Schema)
{
"properties": {
"address": {
"title": "Address",
"type": "string"
}
},
"required": [
"address"
],
"title": "GetGlobalVariableByAddress",
"type": "object"
}