package bap-primus-symbolic-executor

  1. Overview
  2. No Docs
Primus Symbolic Executor

Install

Dune Dependency

Authors

Maintainers

Sources

v2.1.0.tar.gz
md5=3db9deac8d429b9b8a8ec9aec54987b1

Description

Provides the bap:symbolic-executor Primus system that uses an SMT solver (z3) to compute inputs for as many paths as possible. It also includes the symbolic-computer component that computes symbolic formulas for each value that depends on input and provides Primus Lisp primitives to create symbolic values and symbolic memories, as well as to specify additional constraints and post asserts that are dispatched to the SMT solver.

Published: 02 Jun 2020

Dependencies (12)

  1. z3
  2. zarith
  3. regular
  4. ppx_jane >= "v0.12" & < "v0.13"
  5. monads
  6. core_kernel >= "v0.12" & < "v0.13"
  7. bitvec
  8. bap-primus-support
  9. bap-primus
  10. bap-std = "2.1.0"
  11. bap-main = "2.1.0"
  12. ocaml >= "4.07.0" & < "4.10.0"

Dev Dependencies

None

Used by (1)

  1. bap = "2.1.0"

Conflicts

None