Add @simsong bulk_extractor, @sleuthkit scalpel, and more

bulk_extractor, foremost, hachoir, and scalpel.
This commit is contained in:
rshipp 2015-05-09 11:05:07 -06:00
parent 50a08961fb
commit 48739533c9

View File

@ -140,6 +140,19 @@ 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.
## File Carving
*For extracting files from inside disk and memory images.*
* [bulk_extractor](https://github.com/simsong/bulk_extractor) - Fast file
carving tool.
* [Foremost](http://foremost.sourceforge.net/) - File carving tool designed
by the US Air Force.
* [Hachoir](https://bitbucket.org/haypo/hachoir) - A collection of Python
libraries for dealing with binary files.
* [Scalpel](https://github.com/sleuthkit/scalpel) - Another data carving
tool.
## Debugging and Reverse Engineering
*Disassemblers, debuggers, and other static and dynamic analysis tools.*