package bap-term-mapper

  1. Overview
  2. Docs
A BAP DSL for mapping program terms

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/bap-bml/Bap_bml/module-type-Registry/index.html

Module type Bap_bml.Registry

Interface to a registry. Registry is a key value storage.

type t
val register : string -> t -> unit

register name value register value with a given name. If name was already associated with some other value, then it will be superseded with the new binding.

val find : string -> t option

find name find a value associated with the given value

val list : unit -> (string * t) list

list () list all bindings

OCaml

Innovation. Community. Security.