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