hod-go is a tool to dump data in Hex or in Octal format.
hod-go v1.0.1
Go implemention of https://github.com/muquit/hod
Usage: hod-go <file>
-d show offsets in decimal. Default is hex
-o dump in octal. Default is hex
-version
Show version infomation
TODO: other options
To install:
go install github.com/muquit/hod-go@latest
hod-go binary will be in your $GOPATH/bin