package binsec

  1. Overview
  2. Docs

doc/binsec_kernel_loader/Binsec_kernel_loader/Loader_pe/Img/index.html

Module Loader_pe.ImgSource

Sourcetype t
Sourceval sections : t -> Section.t array
Sourceval symbols : t -> Symbol.t array
Sourceval header : t -> header
Sourceval cursor : ?at:int -> t -> int Binsec_base.Reader.t
include Binsec_base.Sigs.PRINTABLE with type t := t
Sourceval pp : Format.formatter -> t -> unit