delete_stack_frame_variable
Remove a specific stack variable from a function's stack frame in IDA Pro to clean up reverse engineering analysis and maintain accurate function representations.
Instructions
Delete the named stack variable for a given function
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_address | Yes | Address of the function to set the stack frame variables | |
| variable_name | Yes | Name of the stack variable |