vbindiff
vbindiff copied to clipboard
Visual Binary Diff (VBinDiff) displays files in hex & ASCII and can highlight the differences between 2 files
It returns an error message with them replaced by question marks: ``` λ "VBinDiff.exe" "CU-25 IC test.xls" "CU-25 IC 测试.xls" VBinDiff 3.0_beta5, Copyright 1995-2017 Christopher J. Madsen VBinDiff comes with...
``` $ ./VBinDiff.exe ./x0 ./x VBinDiff 3.0_beta5, Copyright 1995-2017 Christopher J. Madsen VBinDiff comes with ABSOLUTELY NO WARRANTY; for details type `vbindiff -L'. VBinDiff.exe: Unable to initialize windows ```
Some Linux distributions (such as OpenSUSE) do not keep the ncurses ``panel.h`` file in the default include path, but rather in a subdirectory. Update the ``configure`` script and ``curses/ConWin.hpp`` file...
- add backward search - handle files
It would be nice if there was an option for horizontal layout, with one file on the left, the other on the right side. This makes sense because most displays...
This set of patches adds an option to build the project with CMake in addition to autotools. Tested on Linux and macOS and also cross-compilation for win32/64 from Linux. Visual...
vbindiff segfaults when comparing a file of non-zero size to a file of zero size. While obviously a ridiculous thing to do, I just happened to attempt it by accident...
just for the case it is not known: vbindiff.cpp: In member function ‘void FileDisplay::setByte(short int, short int, Byte)’: vbindiff.cpp:635:6: warning: ‘%02X’ directive writing between 2 and 8 bytes into a...
Hi. I was trying to compile vbindiff in OpenSUSE but It was failing all the time since #include was not founded. I solve it by just modifing the AM_CPPFLAGS by...