KClassToken

KClassToken

Size : 0x5 bytes

OffsetTypeDescription
0x0const char *Pointer to kernel type string
0x4u8Kernel object descriptive bitflags

Each type of kernel object has a token that describes it. The token is used to make sure that a kernel object of a certain type is able to perform a function requested by the kernel.

Bitflags #

BitDescription
0Can synchronize
1Is interruptible
2
3
4
5
6
7

Bitflags and their corresponding objects #

Bits
765
000
000
000
001
001
001
010
010
010
011
011
011
100
100
100
101
101
101
110
110

Category:Kernel objects