package binsec

  1. Overview
  2. Docs

doc/binsec_kernel_loader/Binsec_kernel_loader/Loader_elf/Ehdr/ET/index.html

Module Ehdr.ETSource

Sourcetype t =
  1. | NONE
  2. | REL
  3. | EXEC
  4. | DYN
  5. | CORE
  6. | OS of int
  7. | PROC of int
include Binsec_base.Sigs.PRINTABLE with type t := t
Sourceval pp : Format.formatter -> t -> unit