package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val arch : t -> Machine.t
val entry : t -> int
val sections : t -> Section.t array
val symbols : t -> Symbol.t array
val header : t -> header
val cursor : ?at:int -> t -> Loader_buf.cursor
val content : t -> Section.t -> Loader_buf.t
include Sigs.PRINTABLE with type t := t
val pp : Format.formatter -> t -> unit