Module Disasm_expert.Linear

A simple linear sweep disassembler.

type t = (mem * insn option) list

output type of a disassembler.

val sweep : ?backend:string -> arch -> mem -> t Core_kernel.Or_error.t

Linear.sweep arch mem will perform a linear sweep disassembly on the specified memory mem

module With_exn : sig ... end