rename_stack_frame_variable
Rename stack variables in IDA Pro functions to improve code readability and reverse engineering analysis by updating variable names within disassembled functions.
Instructions
Change the name of a stack variable for an IDA function
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_address | Yes | Address of the disassembled function to set the stack frame variables | |
| old_name | Yes | Current name of the variable | |
| new_name | Yes | New name for the variable (empty for a default name) |