Module Binsec_codex_lib
module Analyze : sig ... endmodule Arch_settings : sig ... endThis module signature describes two rather distinct components:
module Benchmark : sig ... endmodule Binsec2syntax_tree : sig ... endThis file provides the decomposition from specific Dba.Expr.t to the language-agnostic Syntax_tree.t, and checks that the index used to identify expressions are correct (internally, using a single function as the source of truth for this decomposition).
module Cfg_analysis : sig ... endA 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 Codex_logger : sig ... endmodule Codex_options : sig ... endmodule Dba2Codex : sig ... endmodule Dhunk_analysis : sig ... endmodule Heap_typing : sig ... endmodule Hooks : sig ... endmodule Html : sig ... endmodule Interval2symbol : sig ... endmodule Record_cfg : sig ... endmodule X86_arch : sig ... end