diffblue-cbmc/jbmc
thomasspriggs b77b5b09d4
Merge pull request #4571 from thomasspriggs/tas/java_synthetic
Parse and convert the synthetic flag of java methods
2019-04-26 16:51:09 +01:00
..
lib Update for diffblue/java-models-library#21 (getClass) 2019-04-11 11:43:18 +01:00
regression Merge pull request #4534 from smowton/smowton/fix/character-tochars 2019-04-16 16:52:37 +01:00
src Merge pull request #4571 from thomasspriggs/tas/java_synthetic 2019-04-26 16:51:09 +01:00
unit Parse and convert the synthetic flag of java methods 2019-04-26 15:35:39 +01:00
CMakeLists.txt Make JBMC build optional with cmake 2019-03-14 07:05:57 -07:00
README.md Add AWS CodeBuild badges 2018-08-15 07:22:43 +01:00

README.md

Build Status Build Status Build Status

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.