package bap-std

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/bap/Bap/Std/Insn/Slot/index.html

Module Insn.Slot

Instruction properties.

val name : string t

An opcode name,

Also accessible with Insn.name.

val asm : string t

An assembly representation.

val ops : op array option t

a list of operands

val delay : int option t

the length of the delay slot.

val dests : Core_kernel.Set.M(Bap_core_theory.Theory.Label).t option t

the set of destinations (not including the fall-through edge).

OCaml

Innovation. Community. Security.