Module lief::generic

Expand description

Executable formats generic traits (LIEF’s abstract layer)

Structs

  • Structure that represents a binary’s function
  • Flags used to characterize the semantics of the function

Traits

  • Generic interface representing a binary executable.
  • This class provides a generic interface for accessing debug information from different formats such as DWARF and PDB.
  • Trait shared by all the sections in executable formats
  • Trait shared by all the symbols in executable formats

Type Aliases