search_bytes
Search binary data for a hex byte pattern to locate code or data offsets, optionally within a specified address range.
Instructions
Search for byte pattern (/x). Pattern should be hex string like "909090" or "\x90\x90"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| to_addr | No | ||
| from_addr | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |