hex2bin icon indicating copy to clipboard operation
hex2bin copied to clipboard

An old CLI tool to parse Intel/Motorola formatted HEX ASCII firmware files into binary blobs

Results 2 hex2bin issues
Sort by recently updated
recently updated
newest added

.\hex2bin.exe -k 3 -m 128 -T 0x2FFFF .\production.hex In this case I have the file size to be multiple of 128. The end of the file is like this: ![image](https://user-images.githubusercontent.com/7387556/142302580-a5a48c8c-24b6-4e19-905b-0610d6a15f53.png)...

When I use -s argument specified an address but the hex files max address is less than it, it will overflow in calculating then generated a file almost reach to...