Skip to main content
Glama

IDA Pro MCP

MIT License
3,134
  • Linux
  • Apple

delete_stack_frame_variable

Remove a specified stack variable from a function in IDA Pro to streamline reverse engineering workflows. Requires function address and variable name inputs.

Instructions

Delete the named stack variable for a given function

Input Schema

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

Input Schema (JSON Schema)

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