package binsec

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

Module Binsec_kernel_loader.Loader_elfSource

Sourcemodule E_class : sig ... end
Sourcemodule E_ident : sig ... end
Sourcemodule Ehdr : sig ... end
Sourcemodule Shdr : sig ... end
Sourcemodule Sym : sig ... end
Sourcemodule Phdr : sig ... end
include Loader_sigs.S with type Section.header = Shdr.t and type Symbol.header = Sym.t and type Img.header = Ehdr.t
Sourcemodule Section : sig ... end
Sourcemodule Symbol : sig ... end
Sourcemodule Img : sig ... end
Sourceval check_magic : Loader_types.buffer -> bool
Sourceval load_file_descr : Unix.file_descr -> Img.t
Sourceval load_file : string -> Img.t
Sourceval read_offset : Img.t -> int -> Loader_types.u8
Sourceval program_headers : Img.t -> Phdr.t array
Sourcemodule Rel : sig ... end
Sourcemodule Dynamic : sig ... end
Sourcemodule Note : sig ... end
Sourceval notes : Img.t -> Note.t array
Sourcetype fmap = private {
  1. addresses : Binsec_base.Virtual_address.t Binsec_base.Interval.t;
  2. offset : int;
  3. mutable name : string;
}
Sourceval files : Img.t -> fmap array
Sourcemodule Utils : sig ... end