|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
This class represents the GNU_PROPERTY_AARCH64_FEATURE_PAUTH property. More...
#include <AArch64PAuth.hpp>


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< AArch64PAuth > | create (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... | |
This class represents the GNU_PROPERTY_AARCH64_FEATURE_PAUTH property.
|
overridedefault |
|
inlinestatic |
|
static |
|
overridevirtual |
Reimplemented from LIEF::ELF::NoteGnuProperty::Property.
|
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.
|
inline |
64-bit value that identifies the signing schema used by the ELF file.