Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 395 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 395 Bytes

Gohex

Gohex is a very very very * 10 simple command line utility for hex dump of given input file .

How to build ?

clone it

git clone https://github.com/pvsukale/gohex.git

build it

go build gohex.go

How to use ?

if you want output on the screen

gohex <filename>

if you want to save output to desired file

gohex  <input_filename> -o <output_filename>