rename_function
Renames a function in IDA Pro by specifying its address and assigning a new name to improve code analysis and readability during reverse engineering tasks.
Instructions
Rename a function
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_address | Yes | Address of the function to rename | |
| new_name | Yes | New name for the function (empty for a default name) |