Add deobfuscation and network sections

This commit is contained in:
rshipp 2015-05-09 11:07:39 -06:00
parent 48739533c9
commit 307f7a7a12

View File

@ -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 * [Scalpel](https://github.com/sleuthkit/scalpel) - Another data carving
tool. tool.
## Deobfuscation
*Reverse XOR and other code obfuscation methods*
## Debugging and Reverse Engineering ## Debugging and Reverse Engineering
*Disassemblers, debuggers, and other static and dynamic analysis tools.* *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 * [Vivisect](http://visi.kenshoto.com/viki/Vivisect) - Python tool for
malware analysis. malware analysis.
## Network
*Analyze network interactions.*
## Memory Forensics ## Memory Forensics
*Tools for dissecting malware in memory images or running systems.* *Tools for dissecting malware in memory images or running systems.*