forked from Neo23x0/ImpHash-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Ranade/ImpHash-Generator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
#
# IMPHash Generator
# by Florian Roth
# February 2014
#
This tool generates "PE import hashes" for all executables it finds in the given
directory and marks every import hash as unusable that can also be found in the
goodware-hash-database.
The goodware hash database contains hash values from:
- Windows 7 64bit system folder
- Cygwin 32 bit
- Office 2012
- Python 2.7
Typical use cases:
================================================================================
Scan a directory and generate the PE import hashes for all executables in this
directory
python imphash-gen.py -p X:\MAL\Virus1
Generate a goodware hash database from my Windows directory:
python imphash-gen.py --createdb -r -p C:\Windows
Update the goodware hash database with PE import hashes generated from
executables from the programs folder.
python imphash-gen.py --updatedb -r -p "C:\Program Files"About
PE Import Hash Generator
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published