LIEF: Library to Instrument Executable Formats Version 0.16.0
|
#include <Needed.hpp>
Public Types | |
enum class | NEED { UNKNOWN = 0 , INDIRECT_EXTERN_ACCESS } |
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... | |
Public Member Functions | |
~Needed () 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) |
|
strong |
|
overridedefault |
|
inlinestatic |