package symex

  1. Overview
  2. Docs
Primitives to write symbolic execution engines

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.tar.gz
sha256=728871ec7bd00df126770b80d933a70418f7aa4bc8bd44a8a355e4e70449dd5d
sha512=f9eb1f27a2d9348161c5f8c6f8d84d325726c31365e218feb686700018fddfed86a1d210bd5f4d9e6e35d0fc4aaaf9ced91465bfad0c325348509a40ae78ff05

Description

Symex is a library providing efficient primitives to write symbolic execution engines. It provides an efficient path condition and a monad for exploring paths.

README

Symex

Dependencies (5)

  1. smtml >= "0.20.0"
  2. prelude >= "0.5"
  3. fmt
  4. ocaml >= "5.3"
  5. dune >= "3.7"

Dev Dependencies (6)

  1. ocb >= "0.1" & with-dev-setup
  2. ocamlformat >= "0.28" & with-dev-setup
  3. landmarks-ppx with-dev-setup
  4. bisect_ppx >= "2.5" & with-dev-setup
  5. mdx with-test & >= "2.1"
  6. odoc >= "3.0.0" & with-doc

Used by

None

Conflicts

None