DPCFGCov: Differentially-Private Control-Flow Node Coverage for Software Usage Analysis

This release includes the code for the experimental evaluation and the dataset described in the following paper:

@inproceedings{zhang-sec20,
  author = {Hailong Zhang and Sufian Latif and Raef Bassily and Atanas Rountev},
  title = {Differentially-Private Control-Flow Node Coverage for Software Usage Analysis},
  booktitle = {29th {USENIX} Security Symposium ({USENIX} Security 20)},
  year = {2020},
  isbn = {978-1-939133-17-5},
  pages = {1021--1038},
  url = {https://www.usenix.org/conference/usenixsecurity20/presentation/zhang-hailong},
  publisher = "{USENIX} Association",
  month = aug,
}

Follow the instructions here to reproduce the results in the paper. We will release the Android library and instrumentation tool in other repositories in the future.

If you have any question, please contact the authors of the paper or submit an issue.