ida_get_function_assembly_by_name
Retrieve assembly code for a specific function by its name using this tool from the IDA MCP server, enabling efficient analysis and debugging workflows.
Instructions
Get assembly code for a function by name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
function_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"function_name": {
"title": "Function Name",
"type": "string"
}
},
"required": [
"function_name"
],
"title": "GetFunctionAssemblyByName",
"type": "object"
}