From 72ff47734040bc7639768c8c9517aad70f2672a6 Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Sun, 12 Mar 2017 01:15:45 -0800 Subject: [PATCH] Add DroidRA to the list of static analysis tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c78ee2..25fe28b 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Static Analysis Tools * [Madrolyzer](https://github.com/maldroid/maldrolyzer) - extracts actionable data like C&C, phone number etc. * [SPARTA](http://www.cs.washington.edu/sparta) - verifies (proves) that an app satisfies an information-flow security policy; built on the [Checker Framework](http://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) App Vulnerability Scanners ----