Merge pull request #45 from JamieH/add-frida

Add Frida to the list
This commit is contained in:
Ashish Bhatia 2016-08-07 15:13:15 -07:00 committed by GitHub
commit 9360cdc6e2

View File

@ -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)