Skip to content

ChunkHash is an analyzing and comparison tool for calculating hashes of Windows Portable Executable (PE) file sections using both cryptographic and fuzzy hashing algorithm.

Notifications You must be signed in to change notification settings

kunaldangi/ChunkHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChunkHash

ChunkHash is an analyzing and comparison tool for calculating hashes of Windows Portable Executable (PE) file sections using both cryptographic and fuzzy hashing algorithm.

Features

  • 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.).

Usage

  • chunkhash.exe <PE file> <json file>

Building

  • Download all submodules
mkdir build
cd build
cmake .. -G "MingW Makefiles" -DCMAKE_TOOLCHAIN_FILE=../mingw-toolchain.cmake # generate as per your compiler
cmake --build .

About

ChunkHash is an analyzing and comparison tool for calculating hashes of Windows Portable Executable (PE) file sections using both cryptographic and fuzzy hashing algorithm.

Resources

Stars

Watchers

Forks

Packages

No packages published