A New Framework for Global Object-Oriented Data-Flow Analysis

Xu Xiong,Xu Guo-ai,Zhang Miao,Zhuo Xin-jian
DOI: https://doi.org/10.1109/icsess.2010.5552324
2010-01-01
Abstract:Conventional data-flow analysis technology has many disadvantages when applied to OOPL for the polymorphism, generic, and other special features. This paper analyzes these disadvantages, and based on which, a new dataflow analysis framework for OOPL is developed. It develops a unified abstract syntax tree (UAST) of all object-oriented programming languages. Key algorithms of global data-flow analysis for OOPL are studied. Various special OOPL features are considered. The experiment proves that, using this framework and its algorithm set, we can identify security vulnerabilities and their attack paths accurately and efficiently.
What problem does this paper attempt to address?