Skip to main content
Glama

IDA Pro MCP

MIT License
3,134
  • Linux
  • Apple

get_global_variable_value_by_name

Retrieve the compile-time value of a global variable in reverse-engineered code using its name. Ideal for efficient variable analysis in automated IDA Pro workflows.

Instructions

Read a global variable's value (if known at compile-time) Prefer this function over the `data_read_*` functions.

Input Schema

NameRequiredDescriptionDefault
variable_nameYesName of the global variable

Input Schema (JSON Schema)

{ "properties": { "variable_name": { "description": "Name of the global variable", "title": "Variable Name", "type": "string" } }, "required": [ "variable_name" ], "title": "get_global_variable_value_by_nameArguments", "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