From 3a1b794d1faddb208c0a9eb36cb08284530c8011 Mon Sep 17 00:00:00 2001 From: rshipp Date: Sat, 9 May 2015 09:42:00 -0600 Subject: [PATCH] Add @svent JSDetox --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c1d6049..6e33abe 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ A curated list of awesome malware analysis tools and resources. Inspired by * [AnalyzePDF](https://github.com/hiddenillusion/AnalyzePDF) - A tool for analyzing PDFs and attempting to determine whether they are malicious. +* [JSDetox](http://www.relentless-coding.com/projects/jsdetox/) - JavaScript + malware analysis tool. * [jsunpack-n](https://code.google.com/p/jsunpack-n/) - A javascript unpacker that emulates browser functionality. * [Spidermonkey](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey) -