Make.Stateinclude Libsse.Types.RAW_STATE with type Value.t = Libterm.Sexpr.Expr.tmodule Uid : Libsse.Types.UIDmodule Value :
Libsse.Types.VALUE
with type id := Uid.t
and type state := t
with type t = Libterm.Sexpr.Expr.tval lookup : Libsse.Types.Var.t -> t -> Value.tval read : addr:Value.t -> int -> Binsec.Machine.endianness -> t -> Value.t * tval select :
string ->
addr:Value.t ->
int ->
Binsec.Machine.endianness ->
t ->
Value.t * tval empty : unit -> tval test : Value.t -> t -> t Libsse.Types.testval get_value : Value.t -> t -> Binsec.Bitvector.tval get_a_value : Value.t -> t -> Binsec.Bitvector.tval enumerate :
Value.t ->
?n:int ->
?except:Binsec.Bitvector.t list ->
t ->
(Binsec.Bitvector.t * t) listval assign : Libsse.Types.Var.t -> Value.t -> t -> tval write : addr:Value.t -> Value.t -> Binsec.Machine.endianness -> t -> tval store :
string ->
addr:Value.t ->
Value.t ->
Binsec.Machine.endianness ->
t ->
tval memcpy : addr:Binsec.Bitvector.t -> int -> Binsec.Loader_buf.t -> t -> tval pp : Format.formatter -> t -> unitval pp_smt : Value.t Libsse.Types.target -> Format.formatter -> t -> unitval to_formula : t -> Binsec.Formula.formulaval getter : 'a Libsse.Types.feature -> (t -> 'a) optiongetter feature returns a getter function from a state to an extended feature. It returns None if the current implementation does not support the queried feature.
val setter : 'a Libsse.Types.feature -> ('a -> t -> t) optionsetter feature returns a setter function to update an extended feature. It returns None if the current implementation does not support the queried feature.
val id : Uid.t Libsse.Types.keyval symbols : Value.t list Libsse.Types.S.Map.t Libsse.Types.key