search_bytes
Locate all addresses in a binary that match a given hex byte pattern, with dot wildcards for flexible searching.
Instructions
Search for a hex byte pattern across the binary and return all matching addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| offset | No | Pagination offset (0-based) | |
| pattern | Yes | Hex byte pattern to search for, dots (..) as wildcards | |
| binary_path | Yes | Absolute path to the binary file |