Hexdump Tool

v1.0.0

Display file contents in hexadecimal and ASCII format. Use for binary file analysis, forensic examination, and low-level data inspection.

0· 0· 1 versions· 0 current· 0 all-time· Updated 3h ago· MIT-0

Hex Dump - Binary File Viewer

Display file contents as hexadecimal bytes alongside their ASCII representation. Each line shows offset, raw bytes, and printable characters for complete binary inspection.

Usage

hexdump-tool [options] <file>

Features

  • Side-by-side hex + ASCII display
  • Configurable byte grouping
  • Canonical format with offset markers
  • Colorized output for readability

Examples

# Standard hex dump
hexdump-tool binary.bin

# Canonical format
hexdump-tool -C data.bin

# Show first 256 bytes only
hexdump-tool -n 256 file.bin

Version tags

latestvk973xx1n5c803td8cdsbwejc8985p8pd