package bap-primus-symbolic-executor

  1. Overview
  2. No Docs
Primus Symbolic Executor

Install

Dune Dependency

Authors

Maintainers

Sources

v2.4.0.tar.gz
md5=b8b1aff8c6846f2213eafc54de07b304

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: 12 Dec 2021

Dependencies (13)

  1. z3
  2. zarith
  3. regular = "2.4.0"
  4. ppx_bap >= "v0.14" & < "v0.15"
  5. monads = "2.4.0"
  6. bitvec = "2.4.0"
  7. bap-primus-track-visited = "2.4.0"
  8. bap-primus = "2.4.0"
  9. bap-std = "2.4.0"
  10. bap-main = "2.4.0"
  11. ppx_bap >= "v0.14" & < "v0.15"
  12. core_kernel >= "v0.14" & < "v0.15"
  13. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (1)

  1. bap-extra < "2.5.0"

Conflicts

None