package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Query_stats : sig ... end
type t

Symbolic state

val empty : unit -> t
val assume : Dba.Expr.t -> t -> t option
val split_on : Dba.Expr.t -> ?n:int -> ?except:Bitvector.t list -> t -> (Bitvector.t * t) list
val fresh : string -> int -> t -> t
val assign : string -> Dba.Expr.t -> t -> t
val write : addr:Dba.Expr.t -> Dba.Expr.t -> Machine.endianness -> t -> t
val load_from : addr:Bitvector.t -> int -> t -> t
val pp : Format.formatter -> t -> unit
val pp_smt : ?slice:(Dba.Expr.t * string) list -> Format.formatter -> t -> unit
val as_ascii : string -> t -> string
OCaml

Innovation. Community. Security.