BRICK: Path Enumeration Based Bounded Reachability Checking of C Program (Competition Contribution)

Lei Bu,Zhunyi Xie,Lecheng Lyu,Yichao Li,Xiao Guo,Jianhua Zhao,Xuandong Li
DOI: https://doi.org/10.1007/978-3-030-99527-0_22
2022-01-01
Abstract:BRICK is a bounded reachability checker for embedded C programs. BRICK conducts a path-oriented style checking of the bounded state space of the program, that enumerates and checks all the possible paths of the program in the threshold one by one. To alleviate the path explosion problem, BRICK locates and records unsatisfiable core path segments during the checking of each path and uses them to prune the search space. Furthermore, derivative free optimization based falsification and loop induction are introduced to handle complex program features like nonlinear path conditions and loops efficiently.
What problem does this paper attempt to address?