Bitdefender Hypervisor Memory Introspection
_INTRO_PE_INFO Struct Reference

#include <winpe.h>

Data Fields

BOOLEAN Image64Bit
 True if the image is 64 bit. More...
 
WORD Subsystem
 Subsystem. More...
 
WORD Machine
 Machine type. More...
 
DWORD SizeOfImage
 Size of the image. More...
 
DWORD TimeDateStamp
 Time/date stamp. More...
 
DWORD EntryPoint
 Entry point (RVA). More...
 
QWORD SectionOffset
 Offset of the first section header. More...
 
QWORD NumberOfSections
 Number of sections. More...
 
DWORD SectionAlignment
 Sections alignment. More...
 
QWORD ImageBase
 Image base. More...
 

Detailed Description

Intro PE info structure.

Definition at line 594 of file winpe.h.

Field Documentation

◆ EntryPoint

DWORD _INTRO_PE_INFO::EntryPoint

◆ Image64Bit

◆ ImageBase

QWORD _INTRO_PE_INFO::ImageBase

Image base.

Definition at line 605 of file winpe.h.

Referenced by IntLdrLoadPEImage().

◆ Machine

WORD _INTRO_PE_INFO::Machine

Machine type.

Definition at line 598 of file winpe.h.

Referenced by IntLdrLoadPEImage().

◆ NumberOfSections

◆ SectionAlignment

DWORD _INTRO_PE_INFO::SectionAlignment

Sections alignment.

Definition at line 604 of file winpe.h.

Referenced by IntPeGetSectionHeaderByRva(), and IntWinDrvHeadersInMemory().

◆ SectionOffset

◆ SizeOfImage

◆ Subsystem

WORD _INTRO_PE_INFO::Subsystem

Subsystem.

Definition at line 597 of file winpe.h.

Referenced by IntLdrLoadPEImage(), and IntWinDagentCheckNativeSubsystem().

◆ TimeDateStamp

DWORD _INTRO_PE_INFO::TimeDateStamp

Time/date stamp.

Definition at line 600 of file winpe.h.

Referenced by IntWinDrvHeadersInMemory(), and IntWinUmModCacheFillHeaders().


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