package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Assign of LValue.t * Expr.t
  2. | Undef of LValue.t
  3. | Nondet of LValue.t
  4. | Assume of Expr.t
  5. | Assert of Expr.t
  6. | It of Expr.t * string
  7. | Goto of string
  8. | Jump of Expr.t
  9. | Label of string
  10. | Halt
val assign : LValue.t -> Expr.t -> t
val undef : LValue.t -> t
val nondet : LValue.t -> t
val assume : Expr.t -> t
val dynamic_assert : Expr.t -> t
val conditional_jump : Expr.t -> string -> t
val goto : string -> t
val dynamic_jump : Expr.t -> t
val label : string -> t
val halt : t
val pp_list : Format.formatter -> t list -> unit
OCaml

Innovation. Community. Security.