INVESTIGADORES
FRIAS Marcelo Fabian
artículos
Título:
BLISS: Improved Symbolic Execution by Bounded Lazy Initialization with SAT Support
Autor/es:
ROSNER, NICOLÁS; JACO GELDENHUYS; AGUIRRE, NAZARENO; VISSER, WILLEM; FRIAS, MARCELO FABIAN
Revista:
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING
Editorial:
IEEE COMPUTER SOC
Referencias:
Lugar: Los Alamitos, CA, USA; Año: 2015 vol. 41 p. 639 - 660
ISSN:
0098-5589
Resumen:
Lazy Initialization (LI) allows symbolic execution to 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 in order to reduce the number of spurious structures even further. In this paper we present bounded lazy initialization with SAT support (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 four 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 percent, with reductions of over 90 percent in some cases (compared to LI). BLISS uses less memory than LI and BLI, which enables the exploration of states unreachable by previous techniques.