LIEF: Library to Instrument Executable Formats Version 0.17.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 } |
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 |