Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 831 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 831 Bytes

This repository contains the source code of the tools used for static analysis and instrumentation of 9 android apps, and the scripts used to reproduce the results described in the ICSME'20 paper "Introducing Differential Privacy Mechanisms for Mobile App Analytics of Dynamic Content".

The directory structure of this repository is as follows:

  • README.md: This file.
  • LICENSE: License of the software components developed at The Ohio State University.
  • apk: The APK files of the 9 apps used in the paper.
  • code: Source code for instrumentation and static analysis of the apps, and the scripts to simulate user behavior.
  • db: Database files containing the contents served to and elements visited by the simulated users in each run of the apps.
  • INSTRUCTIONS.md: Instructions for reproducing the results shown in the paper.