Module Binsec_codex_lib.Cfg_analysis
A graph of (address, call_stack) pair that can be translated to regular expressions. It can be used to store a graph of instructions or a graph of basic blocks.
module V : sig ... endmodule E : sig ... endmodule Cfg : sig ... endmodule CfgRegex :
Fixpoint.Regex.S
with type letter = Cfg.E.t
and type t = Cfg.E.t Fixpoint.Regex.tagged_regexmodule Reduce : sig ... endmodule Wto : sig ... end