//0x180 bytes (sizeof)
struct _MI_SECTION_STATE
{
volatile LONG SectionObjectPointersLock; //0x0
struct
_RTL_AVL_TREE SectionBasedRoot; //0x4
struct
_EX_PUSH_LOCK SectionBasedLock; //0x8
volatile ULONG UnusedSegmentPagedPool; //0xc
ULONG DataSectionProtectionMask; //0x10
VOID* HighSectionBase; //0x14
struct
_MSUBSECTION PhysicalSubsection; //0x18
struct
_CONTROL_AREA PhysicalControlArea; //0x70
struct
_MMPFNLIST PurgingExtentPages; //0xc0
struct
_MMPFN* DanglingExtentPages; //0xd4
struct
_WORK_QUEUE_ITEM DanglingExtentsWorkItem; //0xd8
struct
_KEVENT DanglingExtentsDeletionComplete; //0xe8
UCHAR DanglingExtentsWorkerActive; //0xf8
UCHAR PurgingExtentsNeedWatchdog; //0xf9
struct
_RTL_AVL_TREE PrototypePtesTree; //0xfc
volatile LONG PrototypePtesTreeSpinLock; //0x100
ULONG ImageBias; //0x104
struct
_EX_PUSH_LOCK RelocateBitmapsLock; //0x108
struct
_RTL_BITMAP ImageBitMap; //0x10c
VOID* ApiSetSection; //0x114
VOID* ApiSetSchema; //0x118
ULONG ApiSetSchemaSize; //0x11c
ULONG LostDataFiles; //0x120
ULONG LostDataPages; //0x124
ULONG ImageFailureReason; //0x128
struct
_SECTION* CfgBitMapSection32; //0x12c
struct
_CONTROL_AREA* CfgBitMapControlArea32; //0x130
ULONG ImageCfgFailure; //0x134
ULONG ImageChecksumBreakpoint; //0x138
ULONG ImageSizeBreakpoint; //0x13c
volatile LONG ImageValidationFailed; //0x140
};