Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.1 KB

README.md

File metadata and controls

87 lines (67 loc) · 2.1 KB


Banner


    Hexdump

the alternative cross platfrom hex dumping utility
Features · Build · Credits

Report Bug · Request Feature



Note

Hexdump is designed to replace the standard Hexdump command. If you feel uncomfortable replacing it, simply rename the binary to something else.

Example Usage

Screenshot of Hexdump

Features

  • ASCII sidebar
  • Skipping bytes
  • Specified length
  • Multiple formats
  • Colored output
  • Output to file

Build

In order to build Hexdump, you need to have zig installed. After installing zig, you can simply run the following command:

zig build --prefix /opt/hexdump/ -Doptimize=ReleaseFast

(You can replace /opt/hexdump with wherever you want to install Hexdump)



    CREDITS


Libraries

  • zig-clap ~ for parsing command line arguments

Contributors

Huge thank you to all the people who have contributed to this project:

(Hexdump is protected by the MIT licence)