list_exports
List all exported functions and symbols with addresses and types from a given binary, enabling quick identification of available entry points and API surface.
Instructions
List all exported functions and symbols with their addresses and types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| offset | No | Pagination offset (0-based) | |
| binary_path | Yes | Absolute path to the binary file |