An application and library to dump and analyze binary files.
Download the Latest Release.
./<path-to-Hexdump-installation-dir>/bin/Hexdump.exe -i <input-file>git clone [email protected]:dibenso/Hexdump.git
cd Hexdump
mkdir build
cd build
# replace -G option with your platforms generator
# See: https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html
# Example with Visual Studio:
cmake -G "Visual Studio 16 2019" -A x64 ..- Install NSIS (Nullsoft Scriptable Install System).
- Open
Hexdump.slnwith Visual Studio - Change
DebugtoRelease - Build
Hexdump - Build
PACKAGE - The installer,
Hexdump-<version>-<architecture>.exe, should be generated in thebuilddirectory
