BLISS: Improved Symbolic Execution by\ Bounded Lazy Initialization with SAT Support

IEEE Transactions on Software Engineering(2015)

引用 45|浏览91
暂无评分
摘要
Using Lazy Initialization (LI), symbolic execution can effectively deal with heap-allocated data structures, thanks to a significant reduction in spurious and redundant symbolic structures. Bounded Lazy Initialization (BLI) improves on LI by taking advantage of precomputed relational bounds on the interpretation of class fields to reduce the number of spurious structures even further. In this article we present BLISS, a novel technique that refines the search for valid structures during the symbolic execution process. BLISS builds upon BLI, extending it with field bound refinement and satisfiability checks. Field bounds are refined while a symbolic structure is concretized, avoiding cases that, due to the concrete part of the heap and the field bounds, can be deemed redundant. Satisfiability checks on refined symbolic heaps allow us to prune these heaps as soon as they are identified as infeasible, i.e., as soon as it can be confirmed that they cannot be extended to any valid concrete heap. Compared to LI and BLI, BLISS reduces the time required by LI by up to 4 orders of magnitude for the most complex data structures. Moreover, the number of partially symbolic structures obtained by exploring program paths is reduced by BLISS by over 50%, with reductions of over 90% in some cases (compared to LI). BLISS uses less memory than LI and BLI, which enables the exploration of states unreachable by previous techniques.
更多
查看译文
关键词
Symbolic execution, lazy initialization, tight field bounds, Symbolic PathFinder
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要