Skip to content

2LS: Arrays and Loop Unwinding

    Abstract: 2LS is a C program analyser built upon the CPROVER infrastructure that can verify and refute program assertions, memory safety, and termination. Until now, one of the main drawbacks of 2LS was its inability to verify most programs with arrays. This paper introduces a new abstract domain in 2LS for reasoning about the contents of arrays. In addition, we introduce an improved approach to loop unwinding, a crucial component of the 2LS’ verification algorithm, which particularly enables finding proofs and counterexamples for programs working with dynamic memory.

    Authors: Viktor Malík, František Nečas, Peter Schrammel, Tomáš Vojnar

    Published: Tools and Algorithms for the Construction and Analysis of Systems. TACAS 2023. Lecture Notes in Computer Science, vol 13994. Springer, Cham.

    Full Publication

    DOI: https://doi.org/10.1007/978-3-031-30820-8_31