LIEF: Library to Instrument Executable Formats Version 0.17.0
|
Mirror of IMAGE_ARM64EC_CODE_RANGE_ENTRY_POINT: Represents a mapping between code range and its entry point. More...
#include <MetadataARM64.hpp>
Public Attributes | |
uint32_t | start_rva = 0 |
Start of the code range. | |
uint32_t | end_rva = 0 |
End of the code range (RVA). | |
uint32_t | entrypoint = 0 |
RVA of the entry point for this range. |
Mirror of IMAGE_ARM64EC_CODE_RANGE_ENTRY_POINT: Represents a mapping between code range and its entry point.
uint32_t LIEF::PE::CHPEMetadataARM64::code_range_entry_point_t::end_rva = 0 |
End of the code range (RVA).
uint32_t LIEF::PE::CHPEMetadataARM64::code_range_entry_point_t::entrypoint = 0 |
RVA of the entry point for this range.
uint32_t LIEF::PE::CHPEMetadataARM64::code_range_entry_point_t::start_rva = 0 |
Start of the code range.