Bitdefender Hypervisor Memory Introspection
_IMAGE_SECTION_HEADER Struct Reference

#include <winpe.h>

Data Fields

UINT8 Name [IMAGE_SIZEOF_SHORT_NAME]
 
union {
   UINT32   PhysicalAddress
 
   UINT32   VirtualSize
 
Misc
 
UINT32 VirtualAddress
 
UINT32 SizeOfRawData
 
UINT32 PointerToRawData
 
UINT32 PointerToRelocations
 
UINT32 PointerToLinenumbers
 
UINT16 NumberOfRelocations
 
UINT16 NumberOfLinenumbers
 
UINT32 Characteristics
 

Detailed Description

Definition at line 77 of file winpe.h.

Field Documentation

◆ Characteristics

◆ Misc

◆ Name

◆ NumberOfLinenumbers

UINT16 _IMAGE_SECTION_HEADER::NumberOfLinenumbers

Definition at line 91 of file winpe.h.

◆ NumberOfRelocations

UINT16 _IMAGE_SECTION_HEADER::NumberOfRelocations

Definition at line 90 of file winpe.h.

◆ PhysicalAddress

UINT32 _IMAGE_SECTION_HEADER::PhysicalAddress

Definition at line 82 of file winpe.h.

◆ PointerToLinenumbers

UINT32 _IMAGE_SECTION_HEADER::PointerToLinenumbers

Definition at line 89 of file winpe.h.

◆ PointerToRawData

UINT32 _IMAGE_SECTION_HEADER::PointerToRawData

Definition at line 87 of file winpe.h.

◆ PointerToRelocations

UINT32 _IMAGE_SECTION_HEADER::PointerToRelocations

Definition at line 88 of file winpe.h.

◆ SizeOfRawData

UINT32 _IMAGE_SECTION_HEADER::SizeOfRawData

Definition at line 86 of file winpe.h.

Referenced by IntPeValidateHeader().

◆ VirtualAddress

◆ VirtualSize


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