Start.SFmodule QS : Types.QUERY_STATISTICSmodule Value : Types.VALUE with type state := tval empty : unit -> tval test : Value.t -> t -> t Types.testval get_value : Value.t -> t -> Binsec.Bitvector.tval enumerate :
Value.t ->
?n:int ->
?except:Binsec.Bitvector.t list ->
t ->
(Binsec.Bitvector.t * t) listval fresh : Libsse.Types.Var.t -> t -> tval 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 : Types.target -> Format.formatter -> t -> unitval as_ascii : name:string -> t -> stringval as_c_string : name:string -> t -> stringval to_formula : t -> Binsec.Formula.formula