From 7362bbb56f823a2bd02bb5c6cb0b983420bd99de Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Tue, 13 Jan 2015 03:52:05 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca85c84..09c562f 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ A lot of work is happening in academia and industry on tools to perform dynamic 12. [Taintdroid](http://appanalysis.org/download.html) - requires AOSP compilation 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 15. [Android Hooker](https://github.com/AndroidHooker/hooker) - API Hooking of java methods triggered by any Android application (requires the Substrate Framework) +16. [Android tamer](https://androidtamer.com/) - custom image 16. [Crowdroid](http://www.ida.liu.se/labs/rtslab/publications/2011/spsm11-burguera.pdf) – unable to find the actual tool 16. [AuditdAndroid](https://github.com/nwhusted/AuditdAndroid) – android port of auditd, not under active development anymore 16. [Android Security Evaluation Framework](https://code.google.com/p/asef/) - not under active development anymore