slice_hex
Extract a specific portion of hex data by specifying start and end byte positions. Returns the sliced hex string for further processing.
Instructions
Extract a portion of hex data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End byte position (exclusive) | |
| hex | Yes | The hex string to slice | |
| start | Yes | Start byte position (0-indexed) |