package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. global : G.t;
  2. local : Bbsse_types.Path_state.t;
  3. cfg : Bbsse_types.C.t;
  4. entrypoint : Virtual_address.t;
}
val create : global:G.t -> local:Bbsse_types.Path_state.t -> t
val global : t -> G.t
val get_path : G.t -> t
OCaml

Innovation. Community. Security.