Skip to main content
Glama

IDA Pro MCP

MIT License
3,134
  • Linux
  • Apple

get_stack_frame_variables

Retrieve stack frame variables for a specified function in IDA Pro, enabling detailed reverse engineering analysis by identifying local variables and their addresses.

Instructions

Retrieve the stack frame variables for a given function

Input Schema

NameRequiredDescriptionDefault
function_addressYesAddress of the disassembled function to retrieve the stack frame variables

Input Schema (JSON Schema)

{ "properties": { "function_address": { "description": "Address of the disassembled function to retrieve the stack frame variables", "title": "Function Address", "type": "string" } }, "required": [ "function_address" ], "title": "get_stack_frame_variablesArguments", "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