read_binary_slice
Read a specific byte range from a binary file and return it as hexadecimal. Provide the file path, offset, and length to isolate the exact slice.
Instructions
Read one bounded binary slice as hexadecimal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| length | Yes | ||
| offset | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||