Difference between revisions of "KCodeSet"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | class KCodeSet extends KAutoObject; | ||
+ | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 4: | Line 6: | ||
! Type | ! Type | ||
! Description | ! Description | ||
+ | |- | ||
+ | | 0x0 | ||
+ | | u32 | ||
+ | | Pointer to vtable | ||
+ | |- | ||
+ | | 0x4 | ||
+ | | u32 | ||
+ | | Reference count | ||
|- | |- | ||
| 0x50 | | 0x50 |
Revision as of 07:07, 27 December 2012
class KCodeSet extends KAutoObject;
Offset | Type | Description |
---|---|---|
0x0 | u32 | Pointer to vtable |
0x4 | u32 | Reference count |
0x50 | u64 | Process name as 8-byte string |
0x5C | u64 | Program ID |