package bap-std

  1. Overview
  2. Docs
The Binary Analysis Platform Standard Library

Install

Dune Dependency

Authors

Maintainers

Sources

v2.1.0.tar.gz
sha256=631fc58628418e4856709a0cfc923a65e00c9494fbd28d444c633d11194831de
md5=3db9deac8d429b9b8a8ec9aec54987b1

doc/bap/Bap/Std/Brancher/Factory/index.html

Module Brancher.Factory

  • deprecated [since 2019-05] use [provide]
type t = t
val list : unit -> string list

list source is a list of names of source providers

val find : string -> t Source.source option

create name args finds a source provider with the given name and creates it

val register : string -> t Source.source -> unit

register name cons registers a method that creates a given source of information. If a method with the given name already exists, then it will be superseded by a new one.

OCaml

Innovation. Community. Security.