Blended analysis for JavaScript: a practical framework to analyze dynamic features
暂无分享,去创建一个
The inherent dynamism of JavaScript (e.g., runtime code generation, prototyping, and function variadicity) renders static analyses inadequate. To address this shortcoming, we analyze JavaScript programs by means of blended analysis, a technique combining dynamic and static analyses. Our empirical findings indicate that blended analysis can effectively analyze realistic JavaScript applications.
[1] Barbara G. Ryder,et al. A Practical Blended Analysis for Dynamic Features in JavaScript , 2012 .
[2] Jan Vitek,et al. An analysis of the dynamic behavior of JavaScript programs , 2010, PLDI '10.