From 5865dae75bc2e153dbb5da88249f570fbb2d03ad Mon Sep 17 00:00:00 2001 From: Gabriel Claudiu Georgiu Date: Tue, 15 Aug 2017 00:33:48 +0200 Subject: [PATCH] Move RiskInDroid to Static Analysis Tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7a82be..a7f239d 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Static Analysis Tools * [SPARTA](https://www.cs.washington.edu/sparta) - verifies (proves) that an app satisfies an information-flow security policy; built on the [Checker Framework](https://types.cs.washington.edu/checker-framework/) * [ConDroid](https://github.com/JulianSchuette/ConDroid) - Performs a combination of symoblic + concrete execution of the app * [DroidRA](https://github.com/serval-snt-uni-lu/DroidRA) +* [RiskInDroid](https://github.com/ClaudiuGeorgiu/RiskInDroid) - A tool for calculating the risk of Android apps based on their permissions, with online demo available. App Vulnerability Scanners ---- @@ -177,7 +178,6 @@ Misc Tools * [dockerfile/androguard](https://github.com/dweinstein/dockerfile-androguard) * [Android Vulnerability Test Suite](https://github.com/AndroidVTS/android-vts) - android-vts scans a device for set of vulnerabilities * [AppMon](https://github.com/dpnishant/appmon)- AppMon is an automated framework for monitoring and tampering system API calls of native macOS, iOS and android apps. It is based on Frida. -* [RiskInDroid](https://github.com/ClaudiuGeorgiu/RiskInDroid) - A tool for calculating the risk of Android apps based on their permissions, with online demo available. ---- # ACADEMIC / RESEARCH / PUBLICATIONS / BOOKS