get_stack_frame_variables
Retrieve stack frame variables for a specific function in IDA Pro to analyze local variables and parameters during reverse engineering.
Instructions
Retrieve the stack frame variables for a given function
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_address | Yes | Address of the disassembled function to retrieve the stack frame variables |