From ababa90ab32dd3200d87f8f92f7088608b14840e Mon Sep 17 00:00:00 2001 From: Brian Bowman Date: Fri, 16 May 2014 23:55:17 -0400 Subject: [PATCH] android security posts mentioned in cmu blog --- android/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 android/README.md diff --git a/android/README.md b/android/README.md new file mode 100644 index 0000000..1eec479 --- /dev/null +++ b/android/README.md @@ -0,0 +1,8 @@ +# Android + +## Security + +* Referenced by [Two Secure Coding Tools for Analyzing Android Apps](http://blog.sei.cmu.edu/post.cfm/secure-coding-tools-analyzing-android-apps-118): + * [Analyzing Inter-Application Communication in Android](https://www.eecs.berkeley.edu/~daw/papers/intents-mobisys11.pdf) + * [Effective Inter-Component Communication Mapping in Android with Epicc: An Essential Step Towards Holistic Security Analysis](http://www.cse.psu.edu/~duo114/pubs/octeau-sec13.pdf) + * [FlowDroid: Precise Context, Flow, Field, Object-sensitive and Lifecycle-aware Taint Analysis for Android Apps](http://www.bodden.de/pubs/far+14flowdroid.pdf) \ No newline at end of file