byte_pattern_search
Find all offsets of a byte pattern in hex data, with ?? wildcard support for flexible matching.
Instructions
Find all offsets of a byte pattern in hex data. Supports ?? as wildcard bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Hex pattern to find, e.g. '4d5a??90' | |
| hex_data | Yes | Hex string to search in |