Make.Stateinclude Types.RAW_STATEval 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 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 Types.target -> Format.formatter -> t -> unitval to_formula : t -> Binsec.Formula.formulaval downcast : 'a Types.feature -> (t -> 'a) optiondowncast feature returns a cast function from a state to an extended state. It returns None if the current implementation does not support the queried feature.
val symbols : Value.t list Libsse.Types.S.Map.t Types.key