Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
val debug : ('a, Format.formatter, unit) Core_kernel.Std.format -> 'a
val info : ('a, Format.formatter, unit) Core_kernel.Std.format -> 'a
val warning : ('a, Format.formatter, unit) Core_kernel.Std.format -> 'a
val error : ('a, Format.formatter, unit) Core_kernel.Std.format -> 'a
val debug_formatter : Format.formatter
val info_formatter : Format.formatter
val warning_formatter : Format.formatter
val error_formatter : Format.formatter
module Config : sig ... end
module AI = Cbat_ai_representation
module Utils = Cbat_vsa_utils
module Clp = Cbat_clp_set_composite
module Vsa = Cbat_vsa
val concrete_jump :
create_t ->
Bap.Std.sub Bap.Std.Term.t ->
Bap.Std.Bil.exp ->
Bap.Std.Bil.exp ->
Bap.Std.addr ->
Bap.Std.jmp Bap.Std.term
val insert_edges :
Bap.Std.program Bap.Std.term ->
Bap.Std.sub Bap.Std.Term.t ->
(Bap.Std.tid, Vsa.AI.t) Graphlib.Std.Solution.t ->
Bap.Std.sub Bap.Std.term * is_done
val do_until_done : ?fuel:int -> ('a -> 'a * is_done) -> 'a -> 'a
module Cmdline : sig ... end