ida_rename_local_variable
Rename local variables within functions in the IDA database by specifying the function name, old variable name, and new variable name for improved code clarity.
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 |