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

This class represents the GNU_PROPERTY_AARCH64_FEATURE_PAUTH property. More...

#include <AArch64PAuth.hpp>

Inheritance diagram for LIEF::ELF::AArch64PAuth:
Collaboration diagram for LIEF::ELF::AArch64PAuth:

Public Member Functions

uint64_t platform () const
 64-bit value that specifies the platform vendor.
 
uint64_t version () const
 64-bit value that identifies the signing schema used by the ELF file.
 
void dump (std::ostream &os) const override
 
 ~AArch64PAuth () override=default
 
- Public Member Functions inherited from LIEF::ELF::NoteGnuProperty::Property
TYPE type () const
 Return the LIEF's mirror type of the note.
 
virtual ~Property ()=default
 

Static Public Member Functions

static bool classof (const NoteGnuProperty::Property *prop)
 
static std::unique_ptr< AArch64PAuthcreate (BinaryStream &stream)
 

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 the GNU_PROPERTY_AARCH64_FEATURE_PAUTH property.

Note
If both: AArch64PAuth::platform and AArch64PAuth::version are set to 0, this means that the binary is incompatible with PAuth ABI extension.

Constructor & Destructor Documentation

◆ ~AArch64PAuth()

LIEF::ELF::AArch64PAuth::~AArch64PAuth ( )
overridedefault

Member Function Documentation

◆ classof()

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

◆ create()

static std::unique_ptr< AArch64PAuth > LIEF::ELF::AArch64PAuth::create ( BinaryStream & stream)
static

◆ dump()

void LIEF::ELF::AArch64PAuth::dump ( std::ostream & os) const
overridevirtual

◆ platform()

uint64_t LIEF::ELF::AArch64PAuth::platform ( ) const
inline

64-bit value that specifies the platform vendor.

A 0 value is associated with an invalid platform while the value 1 is associated with a baremetal platform.

◆ version()

uint64_t LIEF::ELF::AArch64PAuth::version ( ) const
inline

64-bit value that identifies the signing schema used by the ELF file.


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