From 4bbc874a5ed113d0eb97944921fa7bc5ad5b47a4 Mon Sep 17 00:00:00 2001 From: Mohammed Fawzan Date: Thu, 30 Nov 2017 12:25:18 +0530 Subject: [PATCH 1/3] Updated TaintDroid link appanalysis.org link was broken with HTTPS. It works with HTTP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec5c47a..374f06b 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Dynamic Analysis Tools 27. [DroidAnalytics](https://github.com/zhengmin1989/DroidAnalytics) - incomplete 28. [Vezir Project](https://github.com/oguzhantopgul/Vezir-Project) - Virtual Machine for Mobile Application Pentesting and Mobile Malware Analysis 29. [MARA](https://github.com/xtiankisutsa/MARA_Framework) - Mobile Application Reverse engineering and Analysis Framework -30. ~~[Taintdroid](https://appanalysis.org/download.html)~~ - requires AOSP compilation +30. ~~[Taintdroid](http://appanalysis.org/download.html)~~ - requires AOSP compilation Reverse Engineering ---- From 2c91dc8ee982c7bd040f588837a8b2912db63a56 Mon Sep 17 00:00:00 2001 From: Mohammed Fawzan Date: Thu, 30 Nov 2017 12:31:00 +0530 Subject: [PATCH 2/3] Removed strike through from TaintDroid Removed the strike through from TaintDroid as the URL is no longer broken. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 374f06b..987be2c 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Dynamic Analysis Tools 27. [DroidAnalytics](https://github.com/zhengmin1989/DroidAnalytics) - incomplete 28. [Vezir Project](https://github.com/oguzhantopgul/Vezir-Project) - Virtual Machine for Mobile Application Pentesting and Mobile Malware Analysis 29. [MARA](https://github.com/xtiankisutsa/MARA_Framework) - Mobile Application Reverse engineering and Analysis Framework -30. ~~[Taintdroid](http://appanalysis.org/download.html)~~ - requires AOSP compilation +30. [Taintdroid](http://appanalysis.org/download.html)~~ - requires AOSP compilation Reverse Engineering ---- From 362b654ac8346cf0bcf8e5c83e6ff93243a8a6fe Mon Sep 17 00:00:00 2001 From: Mohammed Fawzan Date: Thu, 30 Nov 2017 12:33:50 +0530 Subject: [PATCH 3/3] Removed redundant strike through Removed redundant strikethrough from the TaintDroid link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 987be2c..3c54f94 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Dynamic Analysis Tools 27. [DroidAnalytics](https://github.com/zhengmin1989/DroidAnalytics) - incomplete 28. [Vezir Project](https://github.com/oguzhantopgul/Vezir-Project) - Virtual Machine for Mobile Application Pentesting and Mobile Malware Analysis 29. [MARA](https://github.com/xtiankisutsa/MARA_Framework) - Mobile Application Reverse engineering and Analysis Framework -30. [Taintdroid](http://appanalysis.org/download.html)~~ - requires AOSP compilation +30. [Taintdroid](http://appanalysis.org/download.html) - requires AOSP compilation Reverse Engineering ----