16#ifndef LIEF_ELF_NOTE_DETAILS_PROPERTIES_NEEDED_H
17#define LIEF_ELF_NOTE_DETAILS_PROPERTIES_NEEDED_H
30 static bool classof(
const NoteGnuProperty::Property* prop) {
NEED
Definition Needed.hpp:26
@ UNKNOWN
Definition Needed.hpp:27
@ INDIRECT_EXTERN_ACCESS
Definition Needed.hpp:28
~Needed() override=default
static bool classof(const NoteGnuProperty::Property *prop)
Definition Needed.hpp:30
This class wraps the different properties that can be used in a NT_GNU_PROPERTY_TYPE_0 note.
Definition NoteGnuProperty.hpp:35
@ NEEDED
Definition NoteGnuProperty.hpp:48
TYPE type() const
Return the LIEF's mirror type of the note.
Definition NoteGnuProperty.hpp:52
Namespace related to the LIEF's ELF module.
Definition Abstract/Header.hpp:28
LIEF namespace.
Definition Abstract/Binary.hpp:36