package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module type OPEN = functor () -> S
type lazy_memory = {
  1. addr_space : int;
  2. content : (Z.t * Binsec.Loader_buf.t) Binsec.Imap.t;
  3. mutable lemmas : Sexpr.Expr.t list;
}
type result =
  1. | Sat of Sexpr.Model.t
  2. | Unsat
  3. | Unknown
module type GET_MODEL = sig ... end
OCaml

Innovation. Community. Security.