LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::ELF::Generic Class Reference

This class represents a property which doesn't have a concrete LIEF implementation. More...

#include <Generic.hpp>

Inheritance diagram for LIEF::ELF::Generic:
Collaboration diagram for LIEF::ELF::Generic:

Public Member Functions

uint32_t type () const
 The original raw type as an integer. This value might depends on the architecture and/or the file type.
 
 ~Generic () override=default
 
- Public Member Functions inherited from LIEF::ELF::NoteGnuProperty::Property
TYPE type () const
 Return the LIEF's mirror type of the note.
 
virtual void dump (std::ostream &os) const
 
virtual ~Property ()=default
 

Static Public Member Functions

static bool classof (const NoteGnuProperty::Property *prop)
 
static std::unique_ptr< Genericcreate (uint32_t raw_type)
 

Additional Inherited Members

- Public Types inherited from LIEF::ELF::NoteGnuProperty::Property
enum class  TYPE {
  UNKNOWN = 0 , GENERIC , AARCH64_FEATURES , AARCH64_PAUTH ,
  STACK_SIZE , NO_COPY_ON_PROTECTED , X86_ISA , X86_FEATURE ,
  NEEDED
}
 LIEF's mirror types of the original GNU_PROPERTY_ values. More...
 

Detailed Description

This class represents a property which doesn't have a concrete LIEF implementation.

Constructor & Destructor Documentation

◆ ~Generic()

LIEF::ELF::Generic::~Generic ( )
overridedefault

Member Function Documentation

◆ classof()

static bool LIEF::ELF::Generic::classof ( const NoteGnuProperty::Property * prop)
inlinestatic

◆ create()

static std::unique_ptr< Generic > LIEF::ELF::Generic::create ( uint32_t raw_type)
inlinestatic

◆ type()

uint32_t LIEF::ELF::Generic::type ( ) const
inline

The original raw type as an integer. This value might depends on the architecture and/or the file type.


The documentation for this class was generated from the following file: