package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Peek is like Read but does not advance

include Accessor with type t := t
val u8 : t -> int
val u16 : t -> int
val u32 : t -> int
val u64 : t -> int
val i8 : t -> int
val i16 : t -> int
val i32 : t -> int
val bv8 : t -> Bitvector.t
val bv16 : t -> Bitvector.t
val bv32 : t -> Bitvector.t
val bv64 : t -> Bitvector.t
val peek : t -> int -> Bitvector.t

peek loader n peeks at the next n bytes of loader loader

OCaml

Innovation. Community. Security.