list_imports
Find all imported functions and symbols in a binary, including their memory addresses and source libraries. Provide the absolute binary path to list imports, with optional pagination for large results.
Instructions
List all imported functions and symbols with their addresses and library origins.
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 |