摘要
要把静态分析技术真正应用于软件工程的实践中,程序中的不可到达路径依旧是一个巨大的障碍。在缺乏不可到达路径信息的情况下,数据流信息只能以一种非常保守的方式被利用,因而使进一步的工作,例如测试数据生成或者软件缺陷检测变得更加困难和低效。本文提出一种融合符号执行以及数据挖掘的混合型方法来检测程序中的不可到达路径,充分利用符号执行的精确性以及数据挖掘的高效性,这种方法被证明是有效并且实用的。
The presence of infeasible program paths remains a big obstacle in applying static analysis to software engineering activities.Without the knowledge of the infeasible path problem,data flow information can only be treated in a rather conservative way,which makes further works such as test data generation or bug finding much harder and more inefficient.This paper presents a hybrid approach,combining symbolic execution and data mining techniques for infeasible path detection.Taking advantages of the precise of symbolic execution and the efficiency of data mining,this approach proves to be effective and practical.
出处
《计算机与现代化》
2013年第3期74-77,共4页
Computer and Modernization
基金
国家自然科学基金资助项目(60673120)