package bap-std

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

Install

Dune Dependency

Authors

Maintainers

Sources

v2.4.0.tar.gz
sha256=63ada71fa4f602bd679174dc6bf780d54aeded40ad4ec20d256df15886e3d2d5
md5=b8b1aff8c6846f2213eafc54de07b304

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.