From bb93272097e1b92d8d1547c482fdce76e01c303f Mon Sep 17 00:00:00 2001 From: Peter Stevenson <2e0pgs@gmail.com> Date: Sat, 2 Jun 2018 14:40:01 +0100 Subject: [PATCH] Add HashCheck. Add HashCheck because it's quicker and simpler than some CLI alternatives. It also has more stars on Github than hashdeep does. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 39cdb8a..82da7d9 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,8 @@ A curated list of awesome malware analysis tools and resources. Inspired by Modular, recursive file scanning solution. * [hashdeep](https://github.com/jessek/hashdeep) - Compute digest hashes with a variety of algorithms. +* [HashCheck](https://github.com/gurnec/HashCheck) - Windows shell extension + to compute hashes with a variety of algorithms. * [Loki](https://github.com/Neo23x0/Loki) - Host based scanner for IOCs. * [Malfunction](https://github.com/Dynetics/Malfunction) - Catalog and compare malware at a function level.