Difference between revisions of "Binary File Comparator"

From wxHexEditor
Jump to navigation Jump to search
(--compare tool)
 
Line 1: Line 1:
 
wxHexEditor could compare 2 files and show differences of them via adding TAGs. Only half million of differences are allowed.
 
wxHexEditor could compare 2 files and show differences of them via adding TAGs. Only half million of differences are allowed.
 +
 +
 +
Also you can start compare 2 files directly by CLI command using --compare flag.
 +
 +
  wxHexEditor --compare firmware1.bin firmware2.bin
  
 
'''Supported options are:'''
 
'''Supported options are:'''

Latest revision as of 21:49, 2 July 2014

wxHexEditor could compare 2 files and show differences of them via adding TAGs. Only half million of differences are allowed.


Also you can start compare 2 files directly by CLI command using --compare flag.

  wxHexEditor --compare firmware1.bin firmware2.bin

Supported options are:

  • Search for different or same bytes.
  • Merge sections if close as X bytes.
  • Save results to file.
  • Connect files for scrolling.
    • This option open the files side by side and other file will follow your scroll if you change your view.

Compare Dialog.png

After clicking to the compare window, Comparison Result panel will opened and you could compare files side-by-side if you used the "Connect files for scrolling" option. Here an example Compare Files.png