hex_dump
Convert text to a hex dump showing offset, hex bytes, and ASCII representation for data analysis.
Instructions
Display a hex dump of text with offset, hex bytes, and ASCII representation.
Parameters:
text — Text to create hex dump of.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |