search_string
Find string patterns in a binary file and retrieve all matching locations. Supports case sensitivity, pagination, and result limits.
Instructions
Search for a string pattern in the binary and return all matching locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| query | Yes | String pattern to search for | |
| offset | No | Pagination offset (0-based) | |
| binary_path | Yes | Absolute path to the binary file | |
| case_sensitive | No | Whether the search is case-sensitive |