@inproceedings{73605217f6484f4dad51c9216c752a2a,
title = "DroidRA: Taming reflection to support whole-program analysis of android apps",
abstract = "Android developers heavily use reflection in their apps for legitimate reasons, but also significantly for hiding malicious actions. Unfortunately, current state-of-the-art static analysis tools for Android are challenged by the presence of reflective calls which they usually ignore. Thus, the results of their security analysis, e.g., for private data leaks, are inconsistent given the measures taken by malware writers to elude static detection. We propose the DroidRA instrumentation-based approach to address this issue in a non-invasive way. With DroidRA, we reduce the resolution of reflective calls to a composite constant propagation problem. We leverage the COAL solver to infer the values of reflection targets and app, and we eventually instrument this app to include the corresponding traditional Java call for each reflective call. Our approach allows to boost an app so that it can be immediately analyzable, including by such static analyzers that were not reflection-aware. We evaluate DroidRA on benchmark apps as well as on real-world apps, and demonstrate that it can allow state-of-the-art tools to provide more sound and complete analysis results.",
keywords = "Android, DroidRA, Reflection, Static analysis",
author = "Li Li and Bissyand{\'e}, \{Tegawend{\'e} F.\} and Damien Octeau and Jacques Klein",
note = "Publisher Copyright: Copyright is held by the owner/author(s). Publication rights licensed to ACM.; 25th International Symposium on Software Testing and Analysis, ISSTA 2016 ; Conference date: 18-07-2016 Through 20-07-2016",
year = "2016",
month = jul,
day = "18",
doi = "10.1145/2931037.2931044",
language = "英语",
series = "ISSTA 2016 - Proceedings of the 25th International Symposium on Software Testing and Analysis",
publisher = "Association for Computing Machinery, Inc",
pages = "318--329",
editor = "Abhik Roychoudhury and Andreas Zeller",
booktitle = "ISSTA 2016 - Proceedings of the 25th International Symposium on Software Testing and Analysis",
}