-
- Downloads
initial commit, paths broken
parents
No related branches found
No related tags found
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- Cargo.toml 12 additions, 0 deletionsCargo.toml
- README.md 123 additions, 0 deletionsREADME.md
- cargo-klee/Cargo.toml 13 additions, 0 deletionscargo-klee/Cargo.toml
- cargo-klee/src/main.rs 318 additions, 0 deletionscargo-klee/src/main.rs
- klee-examples/Cargo.toml 56 additions, 0 deletionsklee-examples/Cargo.toml
- klee-examples/src/main.rs 32 additions, 0 deletionsklee-examples/src/main.rs
- klee-examples/src/main2.rs 21 additions, 0 deletionsklee-examples/src/main2.rs
- src/lang_items.rs 10 additions, 0 deletionssrc/lang_items.rs
- src/lib.rs 104 additions, 0 deletionssrc/lib.rs
- src/ll.rs 7 additions, 0 deletionssrc/ll.rs
.gitignore
0 → 100644
Cargo.toml
0 → 100644
[package] | |||
name = "klee" | |||
version = "0.2.0" | |||
authors = ["Per Lindgren <per.lindgren@ltu.se>, Jorge Aparicio <jorge@japaric.io>"] | |||
edition = "2018" | |||
[dependencies] | |||
cstr_core = "0.1.2" | |||
[features] | |||
klee-analysis = [] | |||
README.md
0 → 100644
cargo-klee/Cargo.toml
0 → 100644
cargo-klee/src/main.rs
0 → 100644
klee-examples/Cargo.toml
0 → 100644
klee-examples/src/main.rs
0 → 100644
klee-examples/src/main2.rs
0 → 100644
src/lang_items.rs
0 → 100644
src/lib.rs
0 → 100644
src/ll.rs
0 → 100644
Please register or sign in to comment