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
Name | Required | Description | Default |
---|---|---|---|
function_address | Yes | Address of the disassembled function to set the stack frame variables | |
offset | Yes | Offset of the stack frame variable | |
type_name | Yes | Type of the stack variable | |
variable_name | Yes | Name of the stack variable |