Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 363 Bytes

RHH-MD5

A simple Python 3 script to calculate a Windows PE Rich Header's MD5 hash.

Requirements

The script requires:

  • click
  • pefile

For rapid installation, you can run pip3 install -r requirements.txt

Usage

Usage: rhh-md5.py [OPTIONS] FILEPATH

  Calculate the PE Rich Header MD5 hash

Options:
  --help  Show this message and exit.