From 2a4e9df5c8f22e6e6dac605a0c2cfaee64aa1a81 Mon Sep 17 00:00:00 2001 From: Jamie Hankins Date: Sun, 7 Aug 2016 14:52:09 +0100 Subject: [PATCH] Add Frida to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfd6f1a..64e5c1d 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ A lot of work is happening in academia and industry on tools to perform dynamic * [Enjarify](https://github.com/google/enjarify) - dex to jar converter from Google * [Dedexer](http://dedexer.sourceforge.net) * [Fino](https://github.com/sysdream/fino) +* [Frida](http://www.frida.re/) - inject javascript to explore applications. * [Indroid](https://bitbucket.org/aseemjakhar/indroid) – thread injection kit * [IntentSniffer](https://www.nccgroup.trust/us/about-us/resources/intent-sniffer/) * [Introspy](https://github.com/iSECPartners/Introspy-Android)