o
odinpkg.dev
packages / library / hex_to_text

hex_to_text

bfac176library

No description provided.

No license · updated 3 years ago

Just a simple program that will take in a text file of single byte hex values (00-FF) and output them to the console as strings

after compiling, use via command line ./hx2tx sample_input.txt

will ignore whitespace and non-hex value characters, works with hex written in caps or non-caps or a mix.