CBMC is a Bounded Model Checker for C and C++ programs. It supports C89, C99,
most of C11 and most compiler extensions provided by gcc and Visual Studio. It
also supports SystemC using Scoot. It allows verifying array bounds (buffer
overflows), pointer safety, exceptions and user-specified assertions.
Furthermore, it can check C and C++ for consistency with other languages, such
as Verilog. The verification is performed by unwinding the loops in the program
and passing the resulting equation to a decision procedure.
CProver Wiki
CProver Documentation
About
CBMC is a Bounded Model Checker for C and C++ programs. It supports C89, C99, most of C11 and most compiler extensions provided by gcc and Visual Studio. It also supports SystemC using Scoot. It allows verifying array bounds (buffer overflows), pointer safety, exceptions and user-specified assertions. Furthermore, it can check C and C++ for consistency with other languages, such as Verilog. The verification is performed by unwinding the loops in the program and passing the resulting equation to a decision procedure.
For full information see cprover.org.
Versions
Get the latest release
Get the current develop version:
git clone https://github.com/diffblue/cbmc.git
Report bugs
If you encounter a problem please file a bug report:
Contributing to the code base
git clone git@github.com:YOURNAME/cbmc.git
develop
branch (default branch)develop
branchNew contributors can look through the mini projects page for small, focussed feature ideas.
License
4-clause BSD license, see
LICENSE
file.