rz_symbols
Extract symbols from binary files with Rizin, returning enriched details like import status, library origin, and real names. Filter by name, limit, or imported-only to focus analysis.
Instructions
List all symbols from the binary using Rizin. Returns enriched data including is_imported flag, library origin, flagname, and realname — more detail than r2 isj.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| filter | No | Filter symbols by name substring (case-insensitive) | |
| offset | No | ||
| binary_path | Yes | Absolute path to the binary file | |
| imported_only | No | If true, only show imported symbols |