#hex-dump #file #tool #ascii #hex #dump

app dumpx

Simple and minimal command line tool to hexdump any file

1 unstable release

Uses new Rust 2024

new 0.0.6 Apr 27, 2025
0.0.5 Apr 26, 2025

#133 in Command-line interface

Download history 743/week @ 2025-04-22

743 downloads per month

MIT license

12KB
162 lines

image

A simple tool to dump any file into a human readable hex format.

Ideal for inspecting binaries, debugging file contents, or just satisfying your curiosity.

✨ Features

  • View any file's contents in hexadecimal + ASCII side by side
  • Easy to use with a simple command line interface
  • Minimal and lightweight, no dependencies included
  • Cross platform and blazing fast (thanks, Rust!)

📦 Installation

Install via Cargo:

cargo install dumpx

🔧 Issues

If you encounter any issues, please open an issue on the GitHub repository.

📜 License

This project is licensed under the MIT License

No runtime deps