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
condition
is true during KLEE runtime. - klee_
make_ symbolic - Makes the object
var
symbolic.name
is the identifier of this object used by KLEE. Does not terminate the C string.