klee

KLEE Symbolic Execution Engine

Github星跟踪图

KLEE Symbolic Virtual Machine

Build Status
Coverage

KLEE is a symbolic virtual machine built on top of the LLVM compiler
infrastructure. Currently, there are two primary components:

  1. The core symbolic virtual machine engine; this is responsible for
    executing LLVM bitcode modules with support for symbolic
    values. This is comprised of the code in lib/.

  2. A POSIX/Linux emulation layer oriented towards supporting uClibc,
    with additional support for making parts of the operating system
    environment symbolic.

Additionally, there is a simple library for replaying computed inputs
on native code (for closed programs). There is also a more complicated
infrastructure for replaying the inputs generated for the POSIX/Linux
emulation layer, which handles running native programs in an
environment that matches a computed test input, including setting up
files, pipes, environment variables, and passing command line
arguments.

For further information, see the webpage.

主要指标

概览
名称与所有者klee/klee
主编程语言C++
编程语言Shell (语言数: 12)
平台
许可证Other
所有者活动
创建于2013-07-21 22:03:03
推送于2025-05-02 20:28:52
最后一次提交2025-04-27 16:47:42
发布数11
最新版本名称v3.1 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数2.8k
关注者数108
派生数694
提交数2.8k
已启用问题?
问题数612
打开的问题数86
拉请求数869
打开的拉请求数9
关闭的拉请求数272
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?