reuk / cbmc

C Bounded Model Checker

Home Page:http://www.cprover.org/cbmc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build Status

CProver Wiki

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.

License

4-clause BSD license, see LICENSE file.

About

C Bounded Model Checker

http://www.cprover.org/cbmc

License:Other


Languages

Language:C++ 76.8%Language:C 15.7%Language:Scilab 2.7%Language:Yacc 1.3%Language:Java 0.9%Language:Lex 0.8%Language:Python 0.6%Language:Makefile 0.6%Language:Shell 0.4%Language:Perl 0.1%Language:Jasmin 0.1%Language:SMT 0.0%Language:Roff 0.0%Language:Objective-C 0.0%Language:Assembly 0.0%Language:Batchfile 0.0%Language:Emacs Lisp 0.0%