ida_rename_local_variable
Rename a local variable in an IDA database function by specifying the function name, old variable name, and new variable name for improved code clarity and analysis.
Instructions
Rename a local variable within a function in the IDA database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
function_name | Yes | ||
new_name | Yes | ||
old_name | Yes |