@inproceedings{e134c2e7b9234eb2966245d63b8133dc,
title = "PathWalker: A dynamic symbolic execution tool based on LLVM byte code instrumentation",
abstract = "Dynamic symbolic execution (or concolic execution) is a powerful method for program analysis and software testing by attaching symbolic execution to the concrete running of a program. This paper proposes an approach to handle aggregate types (e.g., pointers, arrays, structures) and their complex combinations for the dynamic symbolic execution of C programs. The main idea of the approach is splitting a complex type program variable into a series of primitive type variables. During the concrete execution of a program, a con- colic execution engine is provided to observe the operations on every program variable at the level of primitive types, and then the symbolic state of the program is updated. The path constraints which must be satisfied to drive the program running along the current execution path are collected to generate new test data for other paths. Our approach guarantees that only primitive type variables can appear in the symbolic states and path constraints. Based on LLVM byte code instrumentation, we present a new tool, called PathWalker, which implements this approach. Experimental results reveal that PathWalker is effective to deal with complex types in C codes.",
keywords = "Dynamic symbolic execution, LLVM aggregate type, Program instrumentation",
author = "Zhang Jun-Xian and Li Zhou-Jun and Zheng Xian-Chen",
note = "Publisher Copyright: {\textcopyright} Springer International Publishing Switzerland 2015.; 1st International Symposium on Dependable Software Engineering: Theories, Tools, and Applications, SETTA 2015 ; Conference date: 04-11-2015 Through 06-11-2015",
year = "2015",
doi = "10.1007/978-3-319-25942-0\_15",
language = "英语",
isbn = "9783319259413",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "227--242",
editor = "Zhiming Liu and Wang Yi and Xuandong Li",
booktitle = "Dependable Software Engineering",
address = "德国",
}