孔维强

个人信息Personal Information

教授

博士生导师

硕士生导师

主要任职:软件学院、大连理工大学-立命馆大学国际信息与软件学院副院长

性别:男

毕业院校:北陆先端科学技术大学院大学

学位:博士

所在单位:软件学院、国际信息与软件学院

学科:软件工程

办公地点:综合楼525

联系方式:0411-62274401

电子邮箱:wqkong@dlut.edu.cn

扫描关注

论文成果

当前位置: 中文主页 >> 科学研究 >> 论文成果

A Branch History Directed Heuristic Search for Effective Binary Level Dynamic Symbolic Execution

点击次数:

论文类型:期刊论文

发表时间:2017-01-01

发表刊物:IEEE ACCESS

收录刊物:SCIE、EI

卷号:5

页面范围:8752-8762

ISSN号:2169-3536

关键字:Dynamic symbolic execution; branch history; test case generation; heuristic search; cyber-physical system

摘要:Heuristic search is an important part of modern dynamic symbolic execution (DSE) tools, as heuristic search can be used to effectively explore the large program input space. Searching task remains one of several research challenges due to the fact that the input space grows exponentially with the increase of program size, and different programs may have very different structures. The challenge is compounded in a cyber-physical system or cloud-based Internet of Things environment. In this paper, we propose a novel heuristic search algorithm, which analyzes the program execution history and uses the refined history information to inform the search. This paper is based on the observation that the branch and input history generated during dynamic symbolic execution can help memorize the explored input space, and infer the partial structure of the program. With a summarized branch history, the proposed heuristic search makes informed (and better) decisions about which input area to search next for better efficiency. To evaluate the search algorithm, we implement the core DSE engine, integrated with modules to perform execution history collection and analysis. To make our method practical, we incorporate taint analysis and constraint solving statistics to guide the search algorithm. Experimental results demonstrate that with the rich history information, the newsearch algorithm can explore the input space more effectively, thus resulting in detecting software defects faster.