//0xb0 bytes (sizeof)
struct _MM_DRIVER_VERIFIER_DATA
{
ULONG Level; //0x0
volatile ULONG RaiseIrqls; //0x4
volatile ULONG AcquireSpinLocks; //0x8
volatile ULONG SynchronizeExecutions; //0xc
volatile ULONG AllocationsAttempted; //0x10
volatile ULONG AllocationsSucceeded; //0x14
volatile ULONG AllocationsSucceededSpecialPool; //0x18
ULONG AllocationsWithNoTag; //0x1c
ULONG TrimRequests; //0x20
ULONG Trims; //0x24
ULONG AllocationsFailed; //0x28
volatile ULONG AllocationsFailedDeliberately; //0x2c
volatile ULONG AllocationFreed; //0x30
volatile ULONG Loads; //0x34
volatile ULONG Unloads; //0x38
ULONG UnTrackedPool; //0x3c
ULONG UserTrims; //0x40
volatile ULONG CurrentPagedPoolAllocations; //0x44
volatile ULONG CurrentNonPagedPoolAllocations; //0x48
ULONG PeakPagedPoolAllocations; //0x4c
ULONG PeakNonPagedPoolAllocations; //0x50
volatile ULONGLONG PagedBytes; //0x58
volatile ULONGLONG NonPagedBytes; //0x60
ULONGLONG PeakPagedBytes; //0x68
ULONGLONG PeakNonPagedBytes; //0x70
volatile ULONG BurstAllocationsFailedDeliberately; //0x78
ULONG SessionTrims; //0x7c
volatile ULONG OptionChanges; //0x80
volatile ULONG VerifyMode; //0x84
struct _UNICODE_STRING PreviousBucketName; //0x88
volatile ULONG ExecutePoolTypes; //0x98
volatile ULONG ExecutePageProtections; //0x9c
volatile ULONG ExecutePageMappings; //0xa0
volatile ULONG ExecuteWriteSections; //0xa4
volatile ULONG SectionAlignmentFailures; //0xa8
volatile ULONG IATInExecutableSection; //0xac
};