|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
This class wraps fixups associated with the (special) symbol value: IMAGE_DYNAMIC_RELOCATION_GUARD_IMPORT_CONTROL_TRANSFER (3). More...
#include <DynamicFixupControlTransfer.hpp>


Classes | |
| struct | reloc_entry_t |
| Mirror IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION. More... | |
Public Types | |
| using | reloc_entries_t = std::vector<reloc_entry_t> |
| using | it_relocations = ref_iterator<reloc_entries_t&> |
| using | it_const_relocations = const_ref_iterator<const reloc_entries_t&> |
| Public Types inherited from LIEF::PE::DynamicFixup | |
| enum | KIND { UNKNOWN = 0 , GENERIC , ARM64X , FUNCTION_OVERRIDE , ARM64_KERNEL_IMPORT_CALL_TRANSFER , GUARD_IMPORT_CONTROL_TRANSFER } |
Public Member Functions | |
| DynamicFixupControlTransfer () | |
| DynamicFixupControlTransfer (const DynamicFixupControlTransfer &)=default | |
| DynamicFixupControlTransfer & | operator= (const DynamicFixupControlTransfer &)=default |
| DynamicFixupControlTransfer (DynamicFixupControlTransfer &&)=default | |
| DynamicFixupControlTransfer & | operator= (DynamicFixupControlTransfer &&)=default |
| std::unique_ptr< DynamicFixup > | clone () const override |
| std::string | to_string () const override |
| it_relocations | relocations () |
| Iterator over the relocations. | |
| it_const_relocations | relocations () const |
| ~DynamicFixupControlTransfer () override=default | |
| Public Member Functions inherited from LIEF::PE::DynamicFixup | |
| DynamicFixup ()=delete | |
| DynamicFixup (KIND kind) | |
| DynamicFixup (const DynamicFixup &)=default | |
| DynamicFixup & | operator= (const DynamicFixup &)=default |
| DynamicFixup (DynamicFixup &&)=default | |
| DynamicFixup & | operator= (DynamicFixup &&)=default |
| KIND | kind () const |
| Encoding of the fixups. | |
| template<class T> | |
| T * | as () |
| template<class T> | |
| const T * | as () const |
| virtual | ~DynamicFixup ()=default |
Static Public Member Functions | |
| static bool | classof (const DynamicFixup *fixup) |
Static Public Attributes | |
| static constexpr auto | NO_IAT_INDEX = 0x7fff |
This class wraps fixups associated with the (special) symbol value: IMAGE_DYNAMIC_RELOCATION_GUARD_IMPORT_CONTROL_TRANSFER (3).
| using LIEF::PE::DynamicFixupControlTransfer::it_const_relocations = const_ref_iterator<const reloc_entries_t&> |
| using LIEF::PE::DynamicFixupControlTransfer::reloc_entries_t = std::vector<reloc_entry_t> |
|
inline |
References LIEF::PE::DynamicFixup::DynamicFixup(), and LIEF::PE::DynamicFixup::GUARD_IMPORT_CONTROL_TRANSFER.
Referenced by clone(), DynamicFixupControlTransfer(), DynamicFixupControlTransfer(), operator=(), and operator=().
|
default |
References DynamicFixupControlTransfer().
|
default |
References DynamicFixupControlTransfer().
|
overridedefault |
References LIEF_LOCAL.
|
inlinestatic |
|
inlineoverridevirtual |
Implements LIEF::PE::DynamicFixup.
References DynamicFixupControlTransfer().
|
default |
References DynamicFixupControlTransfer().
|
default |
References DynamicFixupControlTransfer().
|
inline |
Iterator over the relocations.
|
inline |
|
overridevirtual |
Implements LIEF::PE::DynamicFixup.
|
staticconstexpr |