Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 433 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 433 Bytes

This helper program preprocesses LLVM IR programs for symbolic execution. The preprocess steps are configurable and include (1) linking with the POSIX file system or the uClibc library, and (2) optimizations/transformation that make program more amenable for symbolic execution.

The implementation is extracted from KLEE with minor changes and redistributed under the same license as KLEE.