klee
intro
Go to the documentation of this file.
1/// @mainpage KLEE
2///
3/// @section main_intro Introduction
4/// Welcome to KLEE. KLEE is a symbolic execution engine that works on LLVM
5/// bitcode.
6///
7/// @section Documentation
8/// The documentation of KLEE is composed of the Doxygen documentation
9/// of the code as well as the following documents:
10/// - @subpage overview