Bitdefender Hypervisor Memory Introspection
_IMAGE_DOS_HEADER Struct Reference

#include <winpe.h>

Data Fields

UINT16 e_magic
 
UINT16 e_cblp
 
UINT16 e_cp
 
UINT16 e_crlc
 
UINT16 e_cparhdr
 
UINT16 e_minalloc
 
UINT16 e_maxalloc
 
UINT16 e_ss
 
UINT16 e_sp
 
UINT16 e_csum
 
UINT16 e_ip
 
UINT16 e_cs
 
UINT16 e_lfarlc
 
UINT16 e_ovno
 
UINT16 e_res [4]
 
UINT16 e_oemid
 
UINT16 e_oeminfo
 
UINT16 e_res2 [10]
 
INT32 e_lfanew
 

Detailed Description

Definition at line 38 of file winpe.h.

Field Documentation

◆ e_cblp

UINT16 _IMAGE_DOS_HEADER::e_cblp

Definition at line 41 of file winpe.h.

◆ e_cp

UINT16 _IMAGE_DOS_HEADER::e_cp

Definition at line 42 of file winpe.h.

◆ e_cparhdr

UINT16 _IMAGE_DOS_HEADER::e_cparhdr

Definition at line 44 of file winpe.h.

◆ e_crlc

UINT16 _IMAGE_DOS_HEADER::e_crlc

Definition at line 43 of file winpe.h.

◆ e_cs

UINT16 _IMAGE_DOS_HEADER::e_cs

Definition at line 51 of file winpe.h.

◆ e_csum

UINT16 _IMAGE_DOS_HEADER::e_csum

Definition at line 49 of file winpe.h.

◆ e_ip

UINT16 _IMAGE_DOS_HEADER::e_ip

Definition at line 50 of file winpe.h.

◆ e_lfanew

◆ e_lfarlc

UINT16 _IMAGE_DOS_HEADER::e_lfarlc

Definition at line 52 of file winpe.h.

◆ e_magic

UINT16 _IMAGE_DOS_HEADER::e_magic

Definition at line 40 of file winpe.h.

Referenced by IntPeValidateHeader().

◆ e_maxalloc

UINT16 _IMAGE_DOS_HEADER::e_maxalloc

Definition at line 46 of file winpe.h.

◆ e_minalloc

UINT16 _IMAGE_DOS_HEADER::e_minalloc

Definition at line 45 of file winpe.h.

◆ e_oemid

UINT16 _IMAGE_DOS_HEADER::e_oemid

Definition at line 55 of file winpe.h.

◆ e_oeminfo

UINT16 _IMAGE_DOS_HEADER::e_oeminfo

Definition at line 56 of file winpe.h.

◆ e_ovno

UINT16 _IMAGE_DOS_HEADER::e_ovno

Definition at line 53 of file winpe.h.

◆ e_res

UINT16 _IMAGE_DOS_HEADER::e_res[4]

Definition at line 54 of file winpe.h.

◆ e_res2

UINT16 _IMAGE_DOS_HEADER::e_res2[10]

Definition at line 57 of file winpe.h.

◆ e_sp

UINT16 _IMAGE_DOS_HEADER::e_sp

Definition at line 48 of file winpe.h.

◆ e_ss

UINT16 _IMAGE_DOS_HEADER::e_ss

Definition at line 47 of file winpe.h.


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