file_hex
Display file contents in hex editor format with offset addresses, hexadecimal byte values, and printable ASCII sidebar for binary file inspection.
Instructions
Hex dump with ASCII sidebar display. Shows file contents in traditional hex editor format with offset addresses, hexadecimal byte values, and printable ASCII representation. Useful for manual inspection of binary file structures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | Number of bytes to dump (default: 512) | |
| offset | No | Start offset in bytes | |
| file_path | Yes | Path to file |