rename_local_variable
Change the name of a local variable within a specific function in IDA Pro to improve code readability and analysis 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 | |
| old_name | Yes | Current name of the variable | |
| new_name | Yes | New name for the variable (empty for a default name) |