package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Generic_decoder_sig.Instr_Input
module State : sig ... end
val store : size:int -> Machine.endianness -> binary -> binary -> State.t -> State.t
val set_var : size:int -> string -> binary -> State.t -> State.t
val add_comment : string -> State.t -> State.t
val initial_state : State.t
val clear_memory : State.t -> State.t
val get_formula : State.t -> Formula.formula