package bap-primus-support

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Primus_print_main

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
module Param : sig ... end
val starts_with : Core_kernel.String.t -> Core_kernel.Char.t -> bool
type state = {
  1. trace : Bap_primus.Std.Primus.pos list;
}
val process_rule : Bare.Rule.t -> Bare.fact list Bap_future.Std.Stream.t
val read_rules : string -> Bare.Rule.t list
val setup_rules_processor : Format.formatter -> string Core_kernel.List.t -> unit
val start_monitoring : Config.reader -> unit
OCaml

Innovation. Community. Security.