rename_local_variable
Modify local variable names within a function in IDA Pro to improve code clarity and maintain reverse engineering workflows. Specify function address, old name, and new name to update variable identifiers.
Instructions
Rename a local variable in a function
Input 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 |