Binsec.X86toDbaLifter from X86 to DBA
Number of decoded instructions. This is always equal to fst (handled_instructions ()) + fst (unknown_instructions ())
val pp_unknown_instructions : Format.formatter -> unit -> unitval decode : Lreader.t -> Virtual_address.t -> X86Instruction.t * Dhunk.tval decode_binstream :
?base_addr:Virtual_address.t ->
Binstream.t ->
X86Instruction.t * Dhunk.tdecode_binstream base_addr bstream decodes a binary stream whose address is supposed to be base_addr into an instruction and its DBA hunk encoding.
base_addr defaults to 0