Search code examples
javaklee

How to run klee with jdk?


I am new to KLEE, I want to run klee tool in java can you please tell me is it possible to run KLEE in java ? it yes, please show me some tutorials.


Solution

  • KLEE works on LLVM bitcode, I don't think it's possible to run klee in JAVA. If you are just looking for a symbolic execution tool for JAVA, you can try JPF.