package bap-frames

  1. Overview
  2. Docs
type t
type frame = Frame_piqi.frame
exception Parse_error of string
val create : Uri.t -> t
val meta : t -> Bap.Std.dict
val version : t -> int
val arch : t -> Bap.Std.arch option
val next_frame : t -> frame option