package bap-primus-promiscuous

  1. Overview
  2. Docs

Module Primus_promiscuous_mainSource

include sig ... end
val name : string
val version : string
val doc : string
val argv : string array
val debug : ('a, Format.formatter, unit) Core_kernel.format -> 'a
val info : ('a, Format.formatter, unit) Core_kernel.format -> 'a
val warning : ('a, Format.formatter, unit) Core_kernel.format -> 'a
val error : ('a, Format.formatter, unit) Core_kernel.format -> 'a
val debug_formatter : Format.formatter
val info_formatter : Format.formatter
val warning_formatter : Format.formatter
val error_formatter : Format.formatter
val report_progress : ?task:string -> ?note:string -> ?stage:int -> ?total:int -> unit -> unit
module Config : sig ... end
Sourceval package : string
Sourcetype assn = {
  1. use : Bap.Std.tid;
  2. var : Bap.Std.var;
  3. res : bool;
}
Sourcetype state = {
  1. conflicts : assn list;
  2. visited : Bap.Std.Tid.Set.t;
}
Sourceval inspect_assn : assn -> Core_kernel.Sexp.t
Sourceval inspect_conflict : assn list -> Core_kernel.Sexp.t
Sourceval inspect_conflicts : assn list list -> Core_kernel.Sexp.t
Sourceval neg : assn list -> assn list
Sourceval assumptions : Bap.Std.blk Bap.Std.Term.t -> assn list list
Sourceval legacy_promiscous_mode_components : string list
Sourceval enable_legacy_promiscuous_mode : unit -> unit
Sourceval desc : string
Sourceval enabled : bool Config.param
OCaml

Innovation. Community. Security.