In this lesson, we use LLVM 11
Run KLEE
clang-11 -DKLEE -emit-llvm -c maze.c
klee --emit-all-errors maze.bc 1>/dev/null
View .ktest file
ktest-tool klee-last/testXXXXXX.ktest
Reference
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
In this lesson, we use LLVM 11
Run KLEE
clang-11 -DKLEE -emit-llvm -c maze.c
klee --emit-all-errors maze.bc 1>/dev/null
View .ktest file
ktest-tool klee-last/testXXXXXX.ktest
Reference