package symex

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.3.tar.gz
sha256=1092cc9299d70ab2c15956342ab4eac130fcb0db4b9aa6515212d189feed65c8
sha512=135a0d73b6b92837877f7a8cea53b8b79edcb14b3b07ff7c60146594c59af356aa07ad61b317ceafa6f4cef6312d591b594872371376b9907c988692dee6b2ff

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.

Dependencies (5)

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

Dev Dependencies (7)

  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. alcotest with-test
  6. mdx with-test & >= "2.1"
  7. odoc >= "3.0.0" & with-doc

Used by

None

Conflicts

None