Skip to content

The alternative cross-platform hex dumping utility

License

Notifications You must be signed in to change notification settings

KeithBrown39423/Hexdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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)