CLI - Command Line Interface
Jump to navigation
Jump to search
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