libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Public Attributes | List of all members
peconv::_IMAGE_LOAD_CONFIG_DIR32_W8 Struct Reference

#include <load_config_defs.h>

Public Attributes

DWORD Size
 
DWORD TimeDateStamp
 
WORD MajorVersion
 
WORD MinorVersion
 
DWORD GlobalFlagsClear
 
DWORD GlobalFlagsSet
 
DWORD CriticalSectionDefaultTimeout
 
DWORD DeCommitFreeBlockThreshold
 
DWORD DeCommitTotalFreeThreshold
 
DWORD LockPrefixTable
 
DWORD MaximumAllocationSize
 
DWORD VirtualMemoryThreshold
 
DWORD ProcessHeapFlags
 
DWORD ProcessAffinityMask
 
WORD CSDVersion
 
WORD DependentLoadFlags
 
DWORD EditList
 
DWORD SecurityCookie
 
DWORD SEHandlerTable
 
DWORD SEHandlerCount
 
DWORD GuardCFCheckFunctionPointer
 
DWORD GuardCFDispatchFunctionPointer
 
DWORD GuardCFFunctionTable
 
DWORD GuardCFFunctionCount
 
DWORD GuardFlags
 

Detailed Description

IMAGE_LOAD_CONFIG_DIR32: the Windows 8 version.

Definition at line 120 of file load_config_defs.h.

Member Data Documentation

◆ CriticalSectionDefaultTimeout

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::CriticalSectionDefaultTimeout

Definition at line 127 of file load_config_defs.h.

◆ CSDVersion

WORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::CSDVersion

Definition at line 135 of file load_config_defs.h.

◆ DeCommitFreeBlockThreshold

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::DeCommitFreeBlockThreshold

Definition at line 128 of file load_config_defs.h.

◆ DeCommitTotalFreeThreshold

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::DeCommitTotalFreeThreshold

Definition at line 129 of file load_config_defs.h.

◆ DependentLoadFlags

WORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::DependentLoadFlags

Definition at line 136 of file load_config_defs.h.

◆ EditList

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::EditList

Definition at line 137 of file load_config_defs.h.

◆ GlobalFlagsClear

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::GlobalFlagsClear

Definition at line 125 of file load_config_defs.h.

◆ GlobalFlagsSet

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::GlobalFlagsSet

Definition at line 126 of file load_config_defs.h.

◆ GuardCFCheckFunctionPointer

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::GuardCFCheckFunctionPointer

Definition at line 141 of file load_config_defs.h.

◆ GuardCFDispatchFunctionPointer

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::GuardCFDispatchFunctionPointer

Definition at line 142 of file load_config_defs.h.

◆ GuardCFFunctionCount

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::GuardCFFunctionCount

Definition at line 144 of file load_config_defs.h.

◆ GuardCFFunctionTable

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::GuardCFFunctionTable

Definition at line 143 of file load_config_defs.h.

◆ GuardFlags

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::GuardFlags

Definition at line 145 of file load_config_defs.h.

◆ LockPrefixTable

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::LockPrefixTable

Definition at line 130 of file load_config_defs.h.

◆ MajorVersion

WORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::MajorVersion

Definition at line 123 of file load_config_defs.h.

◆ MaximumAllocationSize

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::MaximumAllocationSize

Definition at line 131 of file load_config_defs.h.

◆ MinorVersion

WORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::MinorVersion

Definition at line 124 of file load_config_defs.h.

◆ ProcessAffinityMask

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::ProcessAffinityMask

Definition at line 134 of file load_config_defs.h.

◆ ProcessHeapFlags

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::ProcessHeapFlags

Definition at line 133 of file load_config_defs.h.

◆ SecurityCookie

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::SecurityCookie

Definition at line 138 of file load_config_defs.h.

◆ SEHandlerCount

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::SEHandlerCount

Definition at line 140 of file load_config_defs.h.

◆ SEHandlerTable

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::SEHandlerTable

Definition at line 139 of file load_config_defs.h.

◆ Size

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::Size

Definition at line 121 of file load_config_defs.h.

◆ TimeDateStamp

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::TimeDateStamp

Definition at line 122 of file load_config_defs.h.

◆ VirtualMemoryThreshold

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W8::VirtualMemoryThreshold

Definition at line 132 of file load_config_defs.h.


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