This repository has been archived by the owner. It is now read-only.
A interface for KLEE on the Rust language
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
docs
src
tests
.gitignore
Cargo.lock
Cargo.toml
LICENSE
README.md

README.md

This project probably no longer works as KLEE and Rust LLVM change, bindings are left up in the hope they may be useful to somebody

klee-rust

A interface for using KLEE and Rust together

Note: This is just a klee C binding. Rust uses its own LLVM, and in order for this to work a version of KLEE must be compiled with the same LLVM. I haven't supported/looked at this work in a while and I'm unsure how involved this process is now.

Dependancies

  • KLEE built with Rust LLVM
  • Rust