list_functions
Retrieve paginated function listings from the IDA Pro database to analyze binary structures during reverse engineering.
Instructions
List all functions 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 functions to list (100 is a good default, 0 means remainder) |