Skip to main content
Glama

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" }

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