Add Diff-GUI with Frida

This commit is contained in:
Chandrapal 2016-08-08 18:13:36 +05:30
parent d7d5e76bb7
commit 0a5439bdf9
No known key found for this signature in database
GPG Key ID: 65CD82FEB1CFD4E1

View File

@ -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 * [Enjarify](https://github.com/google/enjarify) - dex to jar converter from Google
* [Dedexer](http://dedexer.sourceforge.net) * [Dedexer](http://dedexer.sourceforge.net)
* [Fino](https://github.com/sysdream/fino) * [Fino](https://github.com/sysdream/fino)
* [Frida](http://www.frida.re/) - inject javascript to explore applications. * [Frida](http://www.frida.re/) - inject javascript to explore applications and a [GUI tool](https://github.com/antojoseph/diff-gui) for it
* [Diff-GUI](https://github.com/antojoseph/diff-gui) - GUI for Frida
* [Indroid](https://bitbucket.org/aseemjakhar/indroid) thread injection kit * [Indroid](https://bitbucket.org/aseemjakhar/indroid) thread injection kit
* [IntentSniffer](https://www.nccgroup.trust/us/about-us/resources/intent-sniffer/) * [IntentSniffer](https://www.nccgroup.trust/us/about-us/resources/intent-sniffer/)
* [Introspy](https://github.com/iSECPartners/Introspy-Android) * [Introspy](https://github.com/iSECPartners/Introspy-Android)