From 5b53bcaf81594a21a9f34c318f6d29b9065b2940 Mon Sep 17 00:00:00 2001 From: Amanpreet Singh Date: Sun, 26 Apr 2015 11:45:02 +0530 Subject: [PATCH] Fix malzilla location --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29ab952..70f0a31 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [UsbForensics](http://www.forensicswiki.org/wiki/USB_History_Viewing) - Contains many tools for usb forensics - [ResourcesExtract] - Extract various filetypes from exes - [CFF Explorer](http://www.ntcore.com/exsuite.php) - PE Editor +- [Malzilla](http://malzilla.sourceforge.net/) - Malware hunting tool +- [PDF Streams Inflater](http://malzilla.sourceforge.net/downloads.html) - Find and extract zlib files compressed in PDF files ## Reversing @@ -121,7 +123,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *JavaScript Deobfustcators* - [Detox](http://relentless-coding.org/projects/jsdetox/install) -- [Malzilla](http://malzilla.sourceforge.net/downloads.html) - [BinWalk](https://github.com/devttys0/binwalk) - Analyze, reverse engineer, and extract firmware images. - [Jadx](https://github.com/skylot/jadx) - Decompile Android files - [Boomerang](https://github.com/nemerle/boomerang) - Decompile x86 binaries to C