Skip to content
/ hexd Public

Tool for displaying file contents in hexadecimal, octal, binary and ascii formats.

License

Notifications You must be signed in to change notification settings

alkuzin/hexd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexd

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) |

Installation

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