Difference between revisions of "KSharedMemory"
Jump to navigation
Jump to search
Line 48: | Line 48: | ||
| 0x24 | | 0x24 | ||
| u32 | | u32 | ||
− | | | + | | Address |
|- | |- |
Revision as of 19:02, 9 February 2015
class KSharedMemory extends KAutoObject;
Size : 0x28 bytes
Offset | Type | Description |
---|---|---|
0x0 | u32 | Pointer to vtable |
0x4 | u32 | Reference count |
0x8 | u32 | Unknown |
0xC | u32 | Pointer to shared memory data node |
0x10 | u32 | Pointer to above |
0x14 | KProcess* | Owner |
0x18 | u32 | Owner Permission |
0x1C | u32 | otherpermission |
0x20 | u32 | Memory region |
0x24 | u32 | Address |