list_globals
Retrieve paginated global variables from the IDA Pro database to analyze binary structure and identify key data elements during reverse engineering.
Instructions
List all globals in the database (paginated)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | Yes | Offset to start listing from (start at 0) | |
| count | Yes | Number of globals to list (100 is a good default, 0 means remainder) |