Module lief::pe::debug

Expand description

Module that wraps the different debug information structure we can find in a PE binary.

Structs

  • Structure that represents the (generic) Debug CodeView (IMAGE_DEBUG_TYPE_CODEVIEW).
  • CodeView PDB specialization
  • This structure represents a Profile Guided Optimization entry from the debug directory (IMAGE_DEBUG_TYPE_POGO).
  • Structure which reprents an entry in the Pogo debug structure
  • This structure represents a reproducible build entry from the debug directory (IMAGE_DEBUG_TYPE_REPRO)

Enums

  • This enum exposes the different debug entries that can be found in the debug DataDirectory.

Traits

Type Aliases