Skip to content

PlayerXYT/hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hex

Hex is a simple binary to hex converter and hex to binary converter.

Usage

Compiling

On GNU and other supported systems type make or make all

Calling

Make will make 2 binaries in the bin folder, hex and unhex. Call them with the name of a file to convert it into hex or use STDIN, STDOUT and STDERR. See ./hex --help and ./unhex --help for more info. That's it