ChunkHash is an analyzing and comparison tool for calculating hashes of Windows Portable Executable (PE) file sections using both cryptographic and fuzzy hashing algorithm.
- Calculate hashes of PE file sections using cryptographic and fuzzy hashing algorithms.
- Export results to JSON file format.
- Compatible with Windows PE (Portable Executable) format (.exe, .dll, etc.).
chunkhash.exe <PE file> <json file>
- Download all submodules
mkdir build
cd build
cmake .. -G "MingW Makefiles" -DCMAKE_TOOLCHAIN_FILE=../mingw-toolchain.cmake # generate as per your compiler
cmake --build .