package bap-primus-symbolic-executor

  1. Overview
  2. No Docs
Primus Symbolic Executor

Install

Dune Dependency

Authors

Maintainers

Sources

v2.5.0.tar.gz
md5=5abd9b3628b43f797326034f31ca574f

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: 14 Jul 2022

Dependencies (13)

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

Dev Dependencies

None

Used by (1)

  1. bap-extra >= "2.5.0"

Conflicts

None