# h64d - hexdump analog small hexdumpl like tool currently supports: ```text ./h64d: invalid option -- '-' Usage: ./h64d [OPTS] -a - asciimode -b - show offset adress -o - file offset -i - output hex -l - length of output Version: 0.1beta ``` more stuff will be added if there will be some nice use cases. ## Tested | OS | Arch | |---|---| | Linux | 32/64bit intel | | NetBSD | 32bit intel | ## Source ``` git clone http://git.main.lv/cgit.cgi/h64.git ``` ## Compile just ``` make ``` should be enought