hexd - tool for displaying file contents in hexadecimal, octal, binary and ascii formats.
It has some options like in hexdump. I added the functions that I use and also added option to display file content in binary+ASCII format. (For learning / personal purposes) |
First clone this repository:
git clone https://github.com/alkuzin/hexd.git
Build the project:
cd build/ && cmake CMakeLists.txt && make all
To get list of options run this command:
./hexd --help