Journal article

Title:
Comprehensive Multiplatform Dynamic Program Analysis for Java and Android
Authors:
Y. Zheng, S. Kell, L. Bulej, H. Sun, W. Binder
Publication:
IEEE Software 33 (4)
DOI:
Year:
2016
Link:

Abstract:
Dynamic program analysis, such as with profiling, tracing, and bug-finding tools, is essential for software engineering. Unfortunately, implementing dynamic analysis for managed languages such as Java is unduly difficult and error prone because the runtime environments provide only complex low-level mechanisms. Programmers writing custom tooling must expend great effort in tool development and maintenance, while still suffering substantial limitations such as incomplete code coverage or lack of portability. Ideally, programmers should have a framework that lets them express dynamic-analysis tools at a high level, robustly, with high coverage and supporting alternative runtimes such as Android. To satisfy these requirements, ShadowVM, an all-in-one dynamic-program-analysis framework, uses a combination of techniques.

BibTeX:
@article{zheng_comprehensive_2016,
    title = {{Comprehensive Multiplatform Dynamic Program Analysis for Java and Android}},
    author = {Zheng, Yudi and Kell, Stephen and Bulej, Lubomír and Sun, Haiyang and Binder, Walter},
    year = {2016},
    journal = {{IEEE Software}},
    number = {4},
    doi = {10.1109/MS.2015.151},
    issn = {1937-4194},
    pages = {55--63},
    url = {https://ieeexplore.ieee.org/document/7330309},
    volume = {33},
}