From 08af5f84983e298a7ec6c74bceb7425b0739c52a Mon Sep 17 00:00:00 2001 From: Mike Worth Date: Sun, 15 Jan 2017 23:48:32 -0500 Subject: [PATCH] Adding Regshot Adding regshot tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbb70d1..d2a38fe 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ the [browser malware](#browser-malware) section.* analysis. * [Radare2](http://www.radare.org/r/) - Reverse engineering framework, with debugger support. +* [RegShot](https://sourceforge.net/projects/regshot/) - Registry compare utility that compares snapshots. * [RetDec](https://retdec.com/) - Retargetable machine-code decompiler with an [online decompilation service](https://retdec.com/decompilation/) and [API](https://retdec.com/api/) that you can use in your tools.