Research on C/C++ Code Static Detection Based on Syntax Tree

Hairong Zheng
2011-01-01
Abstract:To reduce the redundancy of information in software static analysis and improve the accuracy and efficiency of the information extraction,a syntax trees model based on relational storage mode is proposed.Modeling on dependency relationship between the terminal will effectively reducing the information redundancy and be stored in XML(extensible markup language) format.Using the mature parsing technique on XML,a new static detection method based on XML model is put forward and applied to program norm.Experimental results show that the method not only improves the detection efficiency but also increases the detection accuracy.
What problem does this paper attempt to address?