Module lief::dwarf::editor::types

Modules

Structs

  • This structure represents an array type (DW_TAG_array_type).
  • This structure represents a primitive type like int, char.
  • This structure represents an editable enum type (DW_TAG_enumeration_type)
  • This structure represents a function type (DW_TAG_subroutine_type)
  • This structure represents a generic type (like DW_TAG_unspecified_type)
  • This structure represents a DW_TAG_pointer_type DWARF type.
  • This structure represents a struct-like type which can be:
  • This structure represents a typedef (DW_TAG_typedef).

Enums

  • The different types supported by the editor interface

Traits

  • Generic trait shared by all DWARF editor types