package bap-std

  1. Overview
  2. Docs
The Binary Analysis Platform Standard Library

Install

Dune Dependency

Authors

Maintainers

Sources

v2.2.0.tar.gz
sha256=7c6d0dfe2640e800829617dd150ffe748493fe3f317ed41be44312b2821deb46
md5=5dbc6677d646bec59fd7414f23e88cf8

doc/bap/Bap/Std/Sub/Builder/index.html

Module Sub.Builder

Subroutine builder

type t
val create : ?tid:tid -> ?args:int -> ?blks:int -> ?name:string -> unit -> t

initializes empty subroutine builder.

val add_blk : t -> blk term -> unit

appends a block to a subroutine

val add_arg : t -> arg term -> unit

appends an argument

val result : t -> sub term

returns current result

OCaml

Innovation. Community. Security.