Difference between revisions of "KObjectLink"
Jump to navigation
Jump to search
(Created page with "Category:Kernel objects Size : 0x10 bytes This is used to keep track of kernel objects and allocate new ones. {| class="wikitable" border="1" |- ! Offset ! Type ! Desc...") |
(No difference)
|
Latest revision as of 21:53, 27 December 2015
Size : 0x10 bytes
This is used to keep track of kernel objects and allocate new ones.
Offset | Type | Description |
---|---|---|
0x0 | u32 | Pointer to next available kernel object |
0x4 | u32 | Pointer to first kernel object |
0x8 | u32 | Size of kernel heap allocation for this specific kernel object |
0xC | u32 | Size of this kernel object |