KLEE Documentation
- KLEE Tutorials: Simple examples of how to use KLEE to test programs.
- KLEE Generated Files: Overview of the main files generated by KLEE.
- KQuery Language Reference Manual: The reference manual for the KQuery language, used for interacting with the KLEE solver (kleaver).
- 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.