rename_global_variable
Rename global variables in IDA Pro to improve code clarity during reverse engineering. Specify old and new names to update variable references throughout the binary analysis.
Instructions
Rename a global variable
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_name | Yes | Current name of the global variable | |
| new_name | Yes | New name for the global variable (empty for a default name) |