rename_function
Change function names in IDA Pro to improve code readability during reverse engineering. Specify the function address and new name to update the disassembly.
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) |