From d685c10b2940c7744603983be488e274a3258e46 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Fri, 10 Jun 2016 09:11:00 +0200 Subject: [PATCH] unpacker added --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 763f6ce..1be00da 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,8 @@ the [browser malware](#browser-malware) section.* XOR key using frequency analysis. * [PackerAttacker](https://github.com/BromiumLabs/PackerAttacker) - A generic hidden code extractor for Windows malware. +* [unpacker](https://github.com/malwaremusings/unpacker/) - Automated malware + unpacker for Windows malware based on WinAppDbg. * [unxor](https://github.com/tomchop/unxor/) - Guess XOR keys using known-plaintext attacks. * [VirtualDeobfuscator](https://github.com/jnraber/VirtualDeobfuscator) -