Expand description
A safe KLEE API for Rust.
This crate works on both std and no_std environments.
Not all KLEE functions have safe wrapper for them yet.
Functionsยง
- klee_
abort - Abort the KLEE instance.
- klee_
assume - Assumes that the
conditionis true during KLEE runtime. - klee_
make_ symbolic - Makes the object
varsymbolic.nameis the identifier of this object used by KLEE. Does not terminate the C string.