list_strings
Extract printable strings from binary files, returning their addresses, sections, and lengths. Use optional filters for length, pagination, and scanning all bytes to locate embedded text and data.
Instructions
Extract printable strings from the binary with their addresses, sections, and lengths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| offset | No | Pagination offset (0-based) | |
| min_length | No | Minimum string length to include | |
| search_all | No | Search all bytes (izzj) instead of only data sections (izj) | |
| binary_path | Yes | Absolute path to the binary file |