KLEE Documentation

  1. KLEE Tutorials: Simple examples of how to use KLEE to test programs.
  2. KLEE Generated Files: Overview of the main files generated by KLEE.
  3. KQuery Language Reference Manual: The reference manual for the KQuery language, used for interacting with the KLEE solver (kleaver).
  4. Solving a maze with KLEE: A nice explanation of how symbolic execution can be used to generate interesting program inputs. The example shows using KLEE to find all the solutions to a maze game.