Go to file
Nathan Phillips 10eb073fba Enabled warnings as errors in config.inc to match travis settings
Tightened the replacement for MSVC to allow testing it in config.inc
2017-05-09 15:27:58 +01:00
.githooks Make the pre-commit hook report non-temporary path names (#477) 2017-02-02 20:39:09 +00:00
doc Merge pull request #300 from theyoucheng/case-study 2017-04-03 14:16:09 +01:00
pkg/arch Add CBMC package build file for Arch Linux 2017-04-26 16:29:00 +01:00
regression cegis now lives in separate repo ; removed the cegis tests 2017-05-04 16:58:58 +01:00
scripts Give pragma files a '.def' suffix 2017-04-26 22:54:50 +01:00
src Enabled warnings as errors in config.inc to match travis settings 2017-05-09 15:27:58 +01:00
unit Change utf8 to utf16 conversion to not require codecvt. 2017-04-25 23:51:06 +01:00
.editorconfig Don't remove trailing spaces from patch files 2016-11-29 17:26:59 +00:00
.gitattributes added test.desc as text 2016-08-15 12:35:10 +01:00
.gitignore Replace irep_ids_convert program with preprocessor 2017-04-04 16:52:24 +01:00
.travis.yml Merge pull request #873 from reuk/pedantic-fix 2017-05-09 08:21:54 +01:00
CHANGELOG Merge branch 'master' into reachability-slice 2017-04-04 13:40:12 +01:00
CODING_STANDARD Add documentation for cpplint pre-commit hook 2017-04-18 14:24:59 +01:00
COMPILING Change utf8 to utf16 conversion to not require codecvt. 2017-04-25 23:51:06 +01:00
LICENSE update year 2016-09-05 17:05:55 +01:00
README.md Adding build icon for AppVeyor 2017-04-07 14:04:23 +01:00
appveyor.yml Enabled warnings as errors in config.inc to match travis settings 2017-05-09 15:27:58 +01:00

README.md

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.