InterfaceSourcemodule Int64Map : sig ... endtype disassembly_line = {binary_code : string;mnemonic : string;symbols_names : string list;instructions : Syntax_tree.expr list;Ideally, would include this:
*)results : string list;}type disassembly = {decompiled : disassembly_line Int64Map.t;symbol_table : (string * int64) array;}type cfg = {cfg_entry_node : Graph.light_cfg_node;Entry basic block to the CFG.
*)wto : Graph.Wto.component list;}type marker = | Color_marker of color_marker| Function_Definition of string| Instruction of int| End_markertype marshalled = {disassembly : disassembly option;cfg : cfg option;tracelog : Binarytrace.trace_line list;source : source option;}