list_structures
Extract and display all structure names from a binary file using Ghidra MCP Server, enabling efficient analysis and reverse-engineering of code.
Instructions
List all structure names from the loaded binary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_structuresArguments",
"type": "object"
}