rename_function
Rename a function at a specific address in a binary to a custom name, making reverse engineering output clearer and easier to navigate.
Instructions
Rename a function at the given address to a new user-defined name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Hex address of the function (e.g. "0x08048000") | |
| new_name | Yes | New name for the function | |
| binary_path | Yes | Absolute path to the binary file |