Skip to main content
Glama

IDA Pro MCP

MIT License
3,134
  • Linux
  • Apple

create_stack_frame_variable

Generate stack frame variables in IDA Pro by specifying function address, offset, variable name, and type to enhance reverse engineering analysis.

Instructions

For a given function, create a stack variable at an offset and with a specific type

Input Schema

NameRequiredDescriptionDefault
function_addressYesAddress of the disassembled function to set the stack frame variables
offsetYesOffset of the stack frame variable
type_nameYesType of the stack variable
variable_nameYesName of the stack variable

Input Schema (JSON Schema)

{ "properties": { "function_address": { "description": "Address of the disassembled function to set the stack frame variables", "title": "Function Address", "type": "string" }, "offset": { "description": "Offset of the stack frame variable", "title": "Offset", "type": "string" }, "type_name": { "description": "Type of the stack variable", "title": "Type Name", "type": "string" }, "variable_name": { "description": "Name of the stack variable", "title": "Variable Name", "type": "string" } }, "required": [ "function_address", "offset", "variable_name", "type_name" ], "title": "create_stack_frame_variableArguments", "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