Crux v0.4
This is the first official release of Crux, and currently includes binaries for the C/C++ (LLVM) and Rust (MIR) versions of the tool. An overview of Crux and its capabilities can be found here.
The LLVM version requires the clang
and llvm-link
executables included in LLVM releases, and is has been tested with LLVM versions from 3.6 through 10.
The MIR version is currently tied to the nightly-2020-03-22
version of the Rust compiler.