From 0a5439bdf943f027016d40f48b4cf9a32a8a3532 Mon Sep 17 00:00:00 2001 From: Chandrapal Date: Mon, 8 Aug 2016 18:13:36 +0530 Subject: [PATCH] Add Diff-GUI with Frida --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e61f98..1938407 100644 --- a/README.md +++ b/README.md @@ -103,8 +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. -* [Diff-GUI](https://github.com/antojoseph/diff-gui) - GUI for Frida +* [Frida](http://www.frida.re/) - inject javascript to explore applications and a [GUI tool](https://github.com/antojoseph/diff-gui) for it * [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)