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/index.html

Module Bap_bml

BML - Bap Mapping Language.

A small DSL for mapping terms. See bap --map-terms-help for full language grammar and description. This library implements BML's standard library and can be used to extend the language with new predicates and mapper. Just implement them and register using corresponding module.

exception Parse_error of string

A parser error

module type Registry = sig ... end

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

module type Ops = sig ... end
module Predicates : Ops with type t = bool Bap.Std.Term.visitor
module Mappers : Ops with type t = Bap.Std.Term.mapper
OCaml

Innovation. Community. Security.