Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 300 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 300 Bytes

#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