From 37f638c430383fa050d423191802a4b39776c840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Schr=C3=B6der?= Date: Wed, 23 Aug 2017 12:45:59 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66e0d51..4fce60c 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Static Analysis Tools * [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. +* [SUPER](https://github.com/SUPERAndroidAnalyzer/super) - Secure, Unified, Powerful and Extensible Rust Android Analyzer App Vulnerability Scanners ---- From ea5a3c7a7d2b7d3a6515ba4c169758d17ffa1d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Schr=C3=B6der?= Date: Wed, 23 Aug 2017 15:13:38 +0200 Subject: [PATCH 2/2] Update README.md Added Googles Android ClassyShark. ClassyShark is a standalone binary inspection tool for Android developers. It can reliably browse any Android executable and show important info such as class interfaces and members, dex counts and dependencies. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fce60c..f4ab951 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Static Analysis Tools * [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. * [SUPER](https://github.com/SUPERAndroidAnalyzer/super) - Secure, Unified, Powerful and Extensible Rust Android Analyzer +* [ClassyShark](https://github.com/google/android-classyshark) - Standalone binary inspection tool which can browse any Android executable and show important infos. App Vulnerability Scanners ----