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-22 06:03:03
推送于2025-10-28 19:49:53
最后一次提交2024-07-03 05:57:49
发布数11
最新版本名称v3.1 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数2.8k
关注者数102
派生数701
提交数2.8k
已启用问题?
问题数615
打开的问题数82
拉请求数873
打开的拉请求数3
关闭的拉请求数279
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?