mirror of
https://github.com/ashishb/android-security-awesome.git
synced 2024-12-19 12:06:08 +00:00
Merge pull request #91 from brennanangel/patch-2
Minor typos and grammar fixes
This commit is contained in:
commit
bad0573d1a
@ -44,7 +44,7 @@ Online Analyzers
|
||||
Static Analysis Tools
|
||||
----
|
||||
|
||||
1. [Androwarn](https://github.com/maaaaz/androwarn/) - detect and warn the user about potential malicious behaviours developped by an Android application.
|
||||
1. [Androwarn](https://github.com/maaaaz/androwarn/) - detect and warn the user about potential malicious behaviours developed by an Android application.
|
||||
2. [ApkAnalyser](https://github.com/sonyxperiadev/ApkAnalyser)
|
||||
3. [APKInspector](https://github.com/honeynet/apkinspector/)
|
||||
4. [Droid Intent Data Flow Analysis for Information Leakage](https://www.cert.org/secure-coding/tools/didfail.cfm)
|
||||
@ -59,7 +59,7 @@ Static Analysis Tools
|
||||
13. [CFGScanDroid](https://github.com/douggard/CFGScanDroid) - Scans and compares CFG against CFG of malicious applications
|
||||
14. [Madrolyzer](https://github.com/maldroid/maldrolyzer) - extracts actionable data like C&C, phone number etc.
|
||||
15. [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/)
|
||||
16. [ConDroid](https://github.com/JulianSchuette/ConDroid) - Performs a combination of symoblic + concrete execution of the app
|
||||
16. [ConDroid](https://github.com/JulianSchuette/ConDroid) - Performs a combination of symbolic + concrete execution of the app
|
||||
17. [DroidRA](https://github.com/serval-snt-uni-lu/DroidRA)
|
||||
18. [RiskInDroid](https://github.com/ClaudiuGeorgiu/RiskInDroid) - A tool for calculating the risk of Android apps based on their permissions, with online demo available.
|
||||
19. [SUPER](https://github.com/SUPERAndroidAnalyzer/super) - Secure, Unified, Powerful and Extensible Rust Android Analyzer
|
||||
|
Loading…
Reference in New Issue
Block a user