list_funcs
Retrieve functions from an IDA database with optional glob pattern filtering and pagination by offset and count.
Instructions
List functions WARNING: IDA executes on a single main thread. Long-running operations will block ALL subsequent requests and make IDA unresponsive. For large binaries (100K+ functions), use count/offset pagination. Avoid count=0 (all) with glob filters on large binaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | List functions with optional filtering and pagination | |
| instance_id | Yes | Target IDA instance ID (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |