BinCoMerge
Compare binary files in hexadecimal view
BinCoMerge is a binary files diff at byte resolution. It shows hexadecimal and raw ASCII data.
BinCoMerge is seeking for common blocks from the bigger ones to the lower ones. It works by levels of minimum block sizes which are powers of 2. For example, with a file sizing between 16 KiB and 32 KiB, Bincomerge will firstly seek for all common blocks bigger than 16 KiB. Then, it will seek for all common bigger than 8 KiB, then 4KiB, 2KiB, 1024 Bytes...
Because it works by levels, BinCoMerge can...