Difference between revisions of "CLI - Command Line Interface"

From wxHexEditor
Jump to navigation Jump to search
(Created page with "wxHexEditor supports CLI startup with arguments. You can open files by issuing: wxHexEditor file1.bin file2.bin file3.bin Or you can open 2 files for comparison with '''...")
 
(No difference)

Latest revision as of 21:53, 2 July 2014

wxHexEditor supports CLI startup with arguments.

You can open files by issuing:

  wxHexEditor file1.bin file2.bin file3.bin

Or you can open 2 files for comparison with compare flag:

  wxHexEditor --compare firmware1.bin firmware2.bin