get_enum
Retrieve detailed information about a specific enum by name using Ghidra MCP Server, enabling precise binary analysis and reverse-engineering tasks.
Instructions
Get details of a specific enum by name.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "get_enumArguments",
"type": "object"
}