list_functions
Retrieve a paginated list of all functions in the IDA Pro database. Specify offset and count to navigate and extract function data efficiently.
Instructions
List all functions in the database (paginated)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | Yes | Number of functions to list (100 is a good default, 0 means remainder) | |
offset | Yes | Offset to start listing from (start at 0) |