rename_local_variable
Rename local variables within functions in IDA Pro. Specify the function address, current variable name, and new name to update variable identifiers during reverse engineering.
Instructions
Rename a local variable in a function
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_address | Yes | Address of the function containing the variable | |
| new_name | Yes | New name for the variable (empty for a default name) | |
| old_name | Yes | Current name of the variable |