Bounded Model Checking for Software
http://www.cprover.org/cbmc/
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.
- Developed at SCM
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools:statica/cbmc && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| 0001-don-t-add-static-minisat-lib.patch | 0000000884 884 Bytes | |
| 0002-do-not-build-with-Werror.patch | 0000001500 1.46 KB | |
| 0003-make-bash_completion-conforming-to-SUSE.patch | 0000000762 762 Bytes | |
| 0004-do-not-run-c_library_check.patch | 0000001267 1.24 KB | |
| _constraints | 0000000290 290 Bytes | |
| _scmsync.obsinfo | 0000000142 142 Bytes | |
| _service | 0000000759 759 Bytes | |
| _servicedata | 0000000231 231 Bytes | |
| build.specials.obscpio | 0000000264 264 Bytes | |
| cbmc-6.0.0.tar.gz | 0009110028 8.69 MB | |
| cbmc.changes | 0000009278 9.06 KB | |
| cbmc.obsinfo | 0000000094 94 Bytes | |
| cbmc.spec | 0000002664 2.6 KB |
Comments 0