//0x160 bytes (sizeof)
struct _KSCB
{
ULONGLONG GenerationCycles; //0x0
ULONGLONG UnderQuotaCycleTarget; //0x8
ULONGLONG RankCycleTarget; //0x10
ULONGLONG LongTermCycles; //0x18
ULONGLONG LastReportedCycles; //0x20
volatile ULONGLONG OverQuotaHistory; //0x28
struct _LIST_ENTRY PerProcessorList; //0x30
struct _RTL_BALANCED_NODE QueueNode; //0x40
UCHAR Inserted:1; //0x58
UCHAR OverQuota:1; //0x58
UCHAR HardCap:1; //0x58
UCHAR RankBias:1; //0x58
UCHAR Spare1:4; //0x58
UCHAR Spare2; //0x59
USHORT ReadySummary; //0x5a
ULONG Rank; //0x5c
struct _LIST_ENTRY ReadyListHead[16]; //0x60
};