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.*