//0x30 bytes (sizeof)
struct _KCORE_CONTROL_BLOCK
{
UCHAR ProcessorCount; //0x0
UCHAR ScanStartIndex; //0x1
UCHAR Spare[6]; //0x2
struct _KPRCB* Prcbs[4]; //0x8
struct _KCORE_CONTROL_BLOCK_SHADOW* CoreControlBlockShadow; //0x28
};