Skip to content

TheDoctor314/hexview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexview

hexview is a simple hex viewer for the terminal written in C++17. It uses coloured output to differentiate between different kinds of bytes (NULL, Printable ASCII, ASCII whitespace, other ASCII characters and non-ASCII).

Building from source

hexview uses the meson build system. Install the latest version of meson and execute the following commands:

meson setup buildir
meson compile

The resulting binary will be present in the builddir.

To run the tests, just do:

meson test

License

This project is licensed under the Unlicense

About

Command-line hex viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published