list_imports
Retrieve paginated imported symbols with names and modules from IDA Pro's binary analysis database.
Instructions
List all imported symbols with their name and module (paginated)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | Yes | Offset to start listing from (start at 0) | |
| count | Yes | Number of imports to list (100 is a good default, 0 means remainder) |