diffblue-cbmc/jbmc
Peter Schrammel eb9e3bbf17
Merge pull request #2561 from Degiorgio/get-current-thread-id-fix
JBMC: CProver.getCurrentThreadID:()I conversion fix
2018-07-08 22:01:56 +01:00
..
regression Merge pull request #2561 from Degiorgio/get-current-thread-id-fix 2018-07-08 22:01:56 +01:00
src JBMC: removed camel-casing from function identifiers 2018-07-08 19:11:03 +01:00
unit Captures anonymous inner class information. 2018-07-06 13:33:24 +01:00
CMakeLists.txt Move java_bytecode, jbmc and miniz to jbmc/src 2018-05-20 23:00:03 +01:00
README.md Fix typo 2018-06-09 10:28:18 +02:00

README.md

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

To compile you need to run the command:

make -C jbmc/src java-models-library-download
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.