Skip to content

A very very simple hexdump utility written in Go

Notifications You must be signed in to change notification settings

prithvi16/gohex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A very very simple hexdump utility written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages