package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : Virtual_address.t -> Img.t -> Section.t -> t

create addr img section create a virtual buffer with the content of section as if img was loaded at add.

get t addr read a byte at address addr in the view t.

val unsafe_get : t -> Virtual_address.t -> Loader_types.u8

unsafe_get t addr read a byte at address addr in the view t.

For avanced user only, it does not check that addr belongs to t.