PREACH: A Heuristic for Probabilistic Reachability to Identify Hard to Reach Statements
PREACH: A Heuristic for Probabilistic Reachability to Identify Hard to Reach Statements
复制标题
DOI:
10.1145/3510003.3510227
复制
发表时间:
2022-05
期刊:
影响因子:
--
通讯作者:
Seemanta Saha;M. Downing;Tegan Brennan;T. Bultan
中科院分区:
文献类型:
--
作者:
Seemanta Saha;M. Downing;Tegan Brennan;T. Bultan
We present a heuristic for approximating the likelihood of reaching a given program statement using 1) branch selectivity (representing the percentage of values that satisfy a branch condition), which we compute using model counting, 2) dependency analysis, which we use to identify input-dependent branch conditions that influence statement reachability, 3) abstract interpretation, which we use to identify the set of values that reach a branch condition, and 4) a discrete-time Markov chain model, which we construct to capture the control flow structure of the program together with the selectivity of each branch. Our experiments indicate that our heuristic-based probabilistic reachability analysis tool PReach can identify hard to reach statements with high precision and accuracy in benchmarks from software verification and testing competitions, Apache Commons Lang, and the DARPA STAC program. We provide a detailed comparison with probabilistic symbolic execution and statistical symbolic execution for the purpose of identifying hard to reach statements. PREACH achieves comparable precision and accuracy to both probabilistic and statistical symbolic execution for bounded execution depth and better precision and accuracy when execution depth is unbounded and the number of program paths grows exponentially. Moreover, PReach is more scalable than both probabilistic and statistical symbolic execution.