Merge pull request #80 from aquaritus/master

SUPER Android Analyzer
This commit is contained in:
Ashish Bhatia 2017-09-13 20:29:27 -07:00 committed by GitHub
commit 228c085d64

View File

@ -61,6 +61,8 @@ 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
* [ClassyShark](https://github.com/google/android-classyshark) - Standalone binary inspection tool which can browse any Android executable and show important infos.
App Vulnerability Scanners
----