ida_functions
List functions in a binary, offering pagination and case-insensitive name filtering to locate specific routines for reverse engineering analysis.
Instructions
List functions in the binary. Supports pagination and name filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max functions to return (default 100) | |
| offset | No | Pagination offset (default 0) | |
| pattern | No | Filter by name substring (case-insensitive) |