LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::PE::CHPEMetadataARM64::code_range_entry_point_t Struct Reference

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.

Detailed Description

Mirror of IMAGE_ARM64EC_CODE_RANGE_ENTRY_POINT: Represents a mapping between code range and its entry point.

Member Data Documentation

◆ end_rva

uint32_t LIEF::PE::CHPEMetadataARM64::code_range_entry_point_t::end_rva = 0

End of the code range (RVA).

◆ entrypoint

uint32_t LIEF::PE::CHPEMetadataARM64::code_range_entry_point_t::entrypoint = 0

RVA of the entry point for this range.

◆ start_rva

uint32_t LIEF::PE::CHPEMetadataARM64::code_range_entry_point_t::start_rva = 0

Start of the code range.


The documentation for this struct was generated from the following file: