package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : ?word_size:int -> ?debug:(name:string -> label:string -> string) -> next_id:Smt.Suid.t -> unit -> t
val assert_bl : t -> Sexpr.Expr.t -> unit
val define_bv : t -> string -> Sexpr.Expr.t -> unit
val define_ax : t -> string -> Sexpr.Memory.t -> unit
val to_formula : t -> Binsec.Formula.formula