search.all_data
Search a binary range for byte sequences matching given hex data, returning all locations and context for reverse engineering analysis.
Instructions
Find all data/byte-pattern matches in range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| limit | No | ||
| start | Yes | ||
| data_hex | Yes | ||
| session_id | Yes |