package bap-term-mapper

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

Install

Dune Dependency

Authors

Maintainers

Sources

v2.3.0.tar.gz
sha256=a6e80853aaaa26b7ca564d9878891d7146ec1c83852541387c1bba1ad036b8ea
md5=13f2cb1e3b9d90348852252fb0f2d09f

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.