1 unstable release
Uses new Rust 2024
new 0.0.6 | Apr 27, 2025 |
---|---|
0.0.5 |
|
#133 in Command-line interface
743 downloads per month
12KB
162 lines
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