Difference between revisions of "KSharedMemory"

From 3dbrew
Jump to navigation Jump to search
(size + start of object for KSharedMemory)
Line 36: Line 36:
 
| 0x18
 
| 0x18
 
| u32
 
| u32
| Unknown
+
| Owner Permission
 
|-
 
|-
 
| 0x1C
 
| 0x1C
 
| u32
 
| u32
| Unknown
+
| otherpermission
 
|-
 
|-
 
| 0x20
 
| 0x20

Revision as of 19:33, 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 Unknown
0x24 u32 Unknown