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.
This commit is contained in:
Marc Schröder 2017-08-23 15:13:38 +02:00 committed by GitHub
parent 37f638c430
commit ea5a3c7a7d

View File

@ -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
----