rename_function
Rename functions in IDA Pro via MCP server by specifying the function address and providing a new name. Automates reverse engineering tasks efficiently.
Instructions
Rename a function
Input 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) |