Skip to content

presto-osu/icsme20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.