Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
klee_tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Lindgren
klee_tutorial
Commits
d80c56a9
Commit
d80c56a9
authored
4 years ago
by
Per Lindgren
Browse files
Options
Downloads
Patches
Plain Diff
ubuntu z3
parent
4993270f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
README.md
+10
-3
10 additions, 3 deletions
README.md
with
12 additions
and
3 deletions
CHANGELOG.md
+
2
−
0
View file @
d80c56a9
...
...
@@ -2,4 +2,6 @@
Most recent changes:
-
2020-12-08 Update
`README.md`
for Ubuntu (like) system with
`z3`
dependency.
-
2020-12-08 Update
`README.md`
and
`examples/get_sign`
to reflect the recent
`klee 2.2`
and
`aur`
package.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
10
−
3
View file @
d80c56a9
# K
lee
tutorial
# K
LEE
tutorial
Installing and testing klee.
...
...
@@ -10,18 +10,25 @@ Under the hood, klee uses a `sat` solver for First Order Logic (FOL). Klee can i
So first install
`z3`
on your system (then klee will use that instead of the default solver).
Later, you also need to have
`gdb`
installed, under arch by:
### Arch linux:
Under arch with
`yay`
installed simply:
```
shell
>
yay
-S
z3
```
Later, you also need to have
`gdb`
installed, under arch by:
```
shell
>
yay
-S
gdb
```
### Ubuntu (like) systems
> sudo apt install z3 libz3-4 libz3-cil libz3-dev libz3-java libz3-jni libz3-ocaml-de
## Install KLEE from source
The instructions recommend LLVM 9, but the current master (2.2-pre) supports LLVM 11 (which is what you would have under arch as of 2020-12-07).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment