get_function_definition
Extract detailed function definitions by name for binary analysis using Ghidra in headless mode, aiding reverse-engineering tasks with structured data retrieval.
Instructions
Get details of a specific function definition by name.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "get_function_definitionArguments",
"type": "object"
}