package bap-term-mapper

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

Install

Dune Dependency

Authors

Maintainers

Sources

v2.5.0.tar.gz
sha256=9c126781385d2fa9b8edab22e62b25c70bf2f99f6ec78abb7e5e36d63cfa4174
md5=5abd9b3628b43f797326034f31ca574f

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.