get_defined_structures
Retrieve a list of all defined structures in IDA Pro for reverse engineering analysis, aiding in understanding program architecture and data organization.
Instructions
Returns a list of all defined structures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_defined_structuresArguments",
"type": "object"
}