From 307f7a7a12b14f5ecf3126141bad72a01f623a3d Mon Sep 17 00:00:00 2001 From: rshipp Date: Sat, 9 May 2015 11:07:39 -0600 Subject: [PATCH] Add deobfuscation and network sections --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 252fe19..58c53ba 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,10 @@ A curated list of awesome malware analysis tools and resources. Inspired by * [Scalpel](https://github.com/sleuthkit/scalpel) - Another data carving tool. +## Deobfuscation + +*Reverse XOR and other code obfuscation methods* + ## Debugging and Reverse Engineering *Disassemblers, debuggers, and other static and dynamic analysis tools.* @@ -179,6 +183,10 @@ A curated list of awesome malware analysis tools and resources. Inspired by * [Vivisect](http://visi.kenshoto.com/viki/Vivisect) - Python tool for malware analysis. +## Network + +*Analyze network interactions.* + ## Memory Forensics *Tools for dissecting malware in memory images or running systems.*