diffblue-cbmc/jbmc
Chris Smowton c93c1ca9ff Add tests for array-cell sensitivity
Most are for C, then a couple are duplicated for Java to check whether its use of a structure
to represent all arrays makes any difference.
2019-08-21 09:40:14 +01:00
..
lib Update jbmc/lib/java-models-library to #25 2019-06-10 11:14:33 +01:00
regression Add tests for array-cell sensitivity 2019-08-21 09:40:14 +01:00
src Add java_instanceof_exprt, and use it in place of raw exprts 2019-08-20 11:06:33 +01:00
unit Generalize `add_node` to handle more than simple equations 2019-08-19 13:07:21 +01:00
CMakeLists.txt Make memory analyzer optional 2019-05-16 11:56:04 +01:00
README.md Remove all badges 2019-07-14 08:22:28 +01:00

README.md

About

JBMC is a Bounded Model Checker for Java programs. It supports checking for runtime exceptions and user-defined assertions. The verification is performed by unwinding the loops in the program and passing the resulting equation to a decision procedure.

More info...

Versions

Get the latest release

  • Releases are tested and for production use.

Get the current develop version: git clone https://github.com/diffblue/cbmc.git

  • Develop versions are not recommended for production use.

Prerequisites

JBMC compiles CBMC as part of its build process and as such has all the pre-requisites of CBMC. These can be viewed at: diffblue/cbmc:COMPILING

Compilation

Before compilation, run the commands:

make -C src DOWNLOADER=wget minisat2-download
make -C jbmc/src setup-submodules

Then compile using:

make -C jbmc/src

Output

Compiling produces an executable called jbmc which by default can be found in jbmc/src/jbmc/jbmc

Reporting bugs and contributing to the code base

See CBMC)

License

4-clause BSD license, see LICENSE file.