Module Binsec_codex_lib.Dhunk_analysis
module V : sig ... endmodule E : sig ... endmodule G : sig ... endmodule Dhunk_regex :
Fixpoint.Regex.S
with type letter = G.E.t
and type t = G.E.t Fixpoint.Regex.tagged_regexmodule Reduce : sig ... endmodule Wto_alg : sig ... endval exit_regexes :
Binsec.Dhunk.t ->
(Binsec.Dba.id * Dhunk_regex.t * Binsec.Virtual_address.t option) listFor each outer jump instruction in a dhunk, return the path expression of that DBA instruction in the dhunk, and optionnally the target address, if it statically known.