LIEF: Library to Instrument Executable Formats Version 0.17.0
|
#include <DynamicFixupARM64X.hpp>
Public Member Functions | |
std::string | to_string () const |
Public Attributes | |
uint32_t | rva = 0 |
RVA where the fixup takes place. | |
FIXUP_TYPE | type = FIXUP_TYPE::ZEROFILL |
Fixup's kind. | |
size_t | size = 0 |
Size of the value to patch. | |
std::vector< uint8_t > | bytes |
If the type is FIXUP_TYPE::VALUE, the bytes associated to the fixup entry. | |
int64_t | value = 0 |
If the type is FIXUP_TYPE::DELTA, the (signed) value. | |
std::string LIEF::PE::DynamicFixupARM64X::reloc_entry_t::to_string | ( | ) | const |
Referenced by operator<<.
std::vector<uint8_t> LIEF::PE::DynamicFixupARM64X::reloc_entry_t::bytes |
If the type is FIXUP_TYPE::VALUE, the bytes associated to the fixup entry.
uint32_t LIEF::PE::DynamicFixupARM64X::reloc_entry_t::rva = 0 |
RVA where the fixup takes place.
size_t LIEF::PE::DynamicFixupARM64X::reloc_entry_t::size = 0 |
Size of the value to patch.
FIXUP_TYPE LIEF::PE::DynamicFixupARM64X::reloc_entry_t::type = FIXUP_TYPE::ZEROFILL |
Fixup's kind.
int64_t LIEF::PE::DynamicFixupARM64X::reloc_entry_t::value = 0 |
If the type is FIXUP_TYPE::DELTA, the (signed) value.