mirror of
https://github.com/rshipp/awesome-malware-analysis.git
synced 2024-10-01 06:35:40 -04:00
Add @simsong bulk_extractor, @sleuthkit scalpel, and more
bulk_extractor, foremost, hachoir, and scalpel.
This commit is contained in:
parent
50a08961fb
commit
48739533c9
13
README.md
13
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.*
|
||||
|
Loading…
Reference in New Issue
Block a user