Proceedings paper

Title:
A Programming Model and Framework for Comprehensive Dynamic Analysis on Android
Authors:
H. Sun, Y. Zheng, L. Bulej, A. Villazón, Z. Qi, P. Tůma, W. Binder
Publication:
Proc. 14th International Conference on Modularity (MODULARITY)
DOI:
Year:
2015
ISBN:
978-1-4503-3249-1
Link:

Abstract:
The multi-process architecture of Android applications combined with the lack of suitable APIs make dynamic program analysis (DPA) on Android challenging and unduly difficult. Existing analysis tools and frameworks are tailored mainly to the needs of security-related analyses and are not flexible enough to support the development of generic DPA tools. In this paper we present a framework that, besides providing the fundamental support for the development of DPA tools for Android, enables development of cross-platform analyses that can be applied to applications targeting the Android and Java platforms. The framework provides a convenient high-level programming model, flexible instrumentation support, and strong isolation of the base program from the analysis. To boost developer productivity, the framework retains Java as the main development language, while seamless integration with the platform overcomes the recurring obstacles hindering development of DPA tools for Android. We evaluate the framework on two diverse case studies, demonstrating key concepts, the flexibility of the framework, and analysis portability.

BibTeX:
@inproceedings{sun_programming_2015,
    title = {{A Programming Model and Framework for Comprehensive Dynamic Analysis on Android}},
    author = {Sun, Haiyang and Zheng, Yudi and Bulej, Lubomír and Villazón, Alex and Qi, Zhengwei and Tůma, Petr and Binder, Walter},
    year = {2015},
    booktitle = {{Proc. 14th International Conference on Modularity (MODULARITY)}},
    publisher = {ACM},
    series = {{MODULARITY 2015}},
    location = {New York, NY, USA},
    doi = {10.1145/2724525.2724566},
    isbn = {978-1-4503-3249-1},
    pages = {133--145},
    url = {http://doi.acm.org/10.1145/2724525.2724566},
}