change smali_cfg url

This commit is contained in:
Jiezhi.G 2015-10-16 14:35:38 +08:00
parent eeb53f6839
commit 8b49cbeab3

View File

@ -36,7 +36,7 @@ A lot of work is happening in academia and industry on tools to perform dynamic
4. [APKInspector](https://github.com/honeynet/apkinspector/)
5. [Droid Intent Data Flow Analysis for Information Leakage](https://www.cert.org/secure-coding/tools/didfail.cfm)
6. [Several tools from PSU](http://siis.cse.psu.edu/tools.html)
7. [Smali CFG generator](http://code.google.com/p/smali-cfgs/)
7. [Smali CFG generator](https://github.com/EugenioDelfa/Smali-CFGs/)
8. [FlowDroid](http://sseblog.ec-spride.de/tools/flowdroid/)
9. [Android Decompiler](http://www.android-decompiler.com/) not free
10. [PSCout](http://pscout.csl.toronto.edu/) - A tool that extracts the permission specification from the Android OS source code using static analysis