Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522392 - dev-util/klee - a symbolic virtual machine built on top of the LLVM compiler infrastructure
Summary: dev-util/klee - a symbolic virtual machine built on top of the LLVM compiler ...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://klee.github.io/klee/
Whiteboard:
Keywords: PullRequest
Depends on: 522388
Blocks:
  Show dependency tree
 
Reported: 2014-09-08 18:02 UTC by Michael Jones
Modified: 2019-01-04 21:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Jones 2014-09-08 18:02:25 UTC
KLEE provides a framework for symbolically executing program code to find inputs to that code that would trigger undefined behaviour. Think of KLEE as an automatic test case producer for crash-bugs.

KLEE is based on LLVM.

KLEE depends on the Simple Theorem Prover : https://bugs.gentoo.org/show_bug.cgi?id=522388

Reproducible: Always