Rearrange TOC, add @radare 2

This commit is contained in:
rshipp 2015-05-09 10:41:13 -06:00
parent 215bc15096
commit ec128aef18

View File

@ -15,10 +15,7 @@ A curated list of awesome malware analysis tools and resources. Inspired by
- [Documents and Shellcode](#documents-and-shellcode)
- [File Carving](#file-carving)
- [Deobfuscation](#deobfuscation)
- [Static Executable Analysis](#static-executable-analysis)
- [Windows Binaries](#windows-binaries)
- [Linux Binaries](#linux-binaries)
- [Debugging](#debugging)
- [Debugging and Reverse Engineering](#debugging-and-reverse-engineering)
- [Network](#network)
- [Memory Forensics](#memory-forensics)
- [Miscellaneous](#miscellaneous)
@ -141,6 +138,11 @@ A curated list of awesome malware analysis tools and resources. Inspired by
* [Spidermonkey](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey) -
Mozilla's JavaScript engine, for debugging malicious JS.
## Debugging and Reverse Engineering
* [Radare2](http://www.radare.org/r/) - Reverse engineering framework, with
debugger support.
## Memory Forensics
*Tools for dissecting malware in memory images or running systems.*