Merge pull request #4 from gbossert/master

Reference the Android Hooker tool
This commit is contained in:
Ashish Bhatia 2015-01-10 14:01:49 -05:00
commit 74a139d29c

View File

@ -53,7 +53,8 @@ A lot of work is happening in academia and industry on tools to perform dynamic
13. [Xposed](http://forum.xda-developers.com/showthread.php?t=1574401) - equivalent of doing Stub based code injection but without any modifications to the binary 13. [Xposed](http://forum.xda-developers.com/showthread.php?t=1574401) - equivalent of doing Stub based code injection but without any modifications to the binary
14. [ViaLab Community Edition](https://viaforensics.com/product-updates/introducing-vialab-community-edition.html) 14. [ViaLab Community Edition](https://viaforensics.com/product-updates/introducing-vialab-community-edition.html)
15. [Ijiami (Chinese)](http://safe.ijiami.cn/) 15. [Ijiami (Chinese)](http://safe.ijiami.cn/)
14. [Aurasium](http://www.aurasium.com/) rewrites the android app to add security policy, seems dead now 16. [Aurasium](http://www.aurasium.com/) rewrites the android app to add security policy, seems dead now
17. [Android Hooker] (https://github.com/AndroidHooker/hooker) - API Hooking of java methods triggered by any Android application (requires the Substrate Framework)
## REVERSE ENGINEERING ## REVERSE ENGINEERING