-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Mingyuan Xia edited this page Mar 16, 2015
·
6 revisions
We design AppAudit, a program analysis framework that checks if an Android application leaks sensitive personal data. AppAudit is designed with minimalism, using least possible memory and least amount of time. Current prototype could vet a real app with 256MB memory in 5 seconds on average. AppAudit can be used for three use cases:
- mobile app developers could use AppAudit to check if their apps include any data-leaking libraries or modules
- the app market could use AppAudit to vet newly uploaded apps and remove data-leaking ones
- mobile users could use AppAudit to avoid installing data-leaking apps AppAudit will appear at IEEE Symposium on Security and Privacy (S&P) 2015.

