//0x48 bytes (sizeof)
struct _KCORE_CONTROL_BLOCK
{
    UCHAR ProcessorCount;                                                   //0x0
    UCHAR Spare[7];                                                         //0x1
    struct _KPRCB* Prcbs[8];                                                //0x8
};