get_pseudocode
Extract pseudocode for a specific function in binary files using Ghidra, enabling precise reverse-engineering and analysis through function name input.
Instructions
Get pseudocode for a specific function by name.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "get_pseudocodeArguments",
"type": "object"
}