diff --git a/README.md b/README.md index 15ad916..252fe19 100644 --- a/README.md +++ b/README.md @@ -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.*