Skip to content

helenamariano/hexfmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#HexFmt

Utility to convert binary file to array format

E.g. binary file containing 0x010203 -> "0x01, 0x02, 0x03,"

Build

go build

Usage

.\hexfmt -f binaryFileName 

To set the number of elements per line (default is 16):

.\hexfmt -f binaryFileName -n numElements

About

To format binary file into an array

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages