package binsec

  1. Overview
  2. Docs

doc/binsec_kernel_loader/Binsec_kernel_loader/Loader_elf/Phdr/PHT/index.html

Module Phdr.PHTSource

Sourcetype t =
  1. | NULL
  2. | LOAD
  3. | DYNAMIC
  4. | INTERP
  5. | NOTE
  6. | SHLIB
  7. | PHDR
  8. | TLS
  9. | OS of int32
  10. | PROC of int32
include Binsec_base.Sigs.PRINTABLE with type t := t
Sourceval pp : Format.formatter -> t -> unit