//0x280 bytes (sizeof)
struct _MI_SECTION_STATE
{
volatile LONG SectionObjectPointersLock; //0x0
struct
_RTL_AVL_TREE SectionBasedRoot; //0x8
struct
_EX_PUSH_LOCK SectionBasedLock; //0x10
volatile ULONGLONG UnusedSegmentPagedPool; //0x18
ULONG DataSectionProtectionMask; //0x20
VOID* HighSectionBase; //0x28
struct
_MSUBSECTION PhysicalSubsection; //0x30
struct
_CONTROL_AREA PhysicalControlArea; //0xc0
struct
_MMPFNLIST PurgingExtentPages; //0x140
struct
_MMPFN* DanglingExtentPages; //0x168
struct
_WORK_QUEUE_ITEM DanglingExtentsWorkItem; //0x170
UCHAR DanglingExtentsWorkerActive; //0x190
UCHAR PurgingExtentsNeedWatchdog; //0x191
struct
_RTL_AVL_TREE PrototypePtesTree; //0x198
volatile LONG PrototypePtesTreeSpinLock; //0x1a0
ULONG ImageBias; //0x1a4
struct
_EX_PUSH_LOCK RelocateBitmapsLock; //0x1a8
struct
_RTL_BITMAP ImageBitMap; //0x1b0
ULONG ImageBias64Low; //0x1c0
ULONG ImageBias64High; //0x1c4
struct
_RTL_BITMAP ImageBitMap64Low; //0x1c8
struct
_RTL_BITMAP ImageBitMap64High; //0x1d8
struct
_RTL_BITMAP ImageBitMapWow64Dll; //0x1e8
VOID* ApiSetSection; //0x1f8
VOID* ApiSetSchema; //0x200
ULONGLONG ApiSetSchemaSize; //0x208
ULONG LostDataFiles; //0x210
ULONG LostDataPages; //0x214
ULONG ImageFailureReason; //0x218
struct
_SECTION* CfgBitMapSection32; //0x220
struct
_CONTROL_AREA* CfgBitMapControlArea32; //0x228
struct
_SECTION* CfgBitMapSection64; //0x230
struct
_CONTROL_AREA* CfgBitMapControlArea64; //0x238
struct
_RTL_BITMAP_EX KernelCfgBitMap; //0x240
struct
_EX_PUSH_LOCK KernelCfgBitMapLock; //0x250
ULONG ImageCfgFailure; //0x258
ULONG ImageChecksumBreakpoint; //0x25c
ULONG ImageSizeBreakpoint; //0x260
volatile LONG ImageValidationFailed; //0x264
};