KSharedMemory

KSharedMemory

class KSharedMemory extends KAutoObject and KLinkedList;

Size : 0x28 bytes

OffsetTypeDescription
0x0u32Pointer to vtable
0x4u32Reference count
0x8u32Node count for KBlockInfo objects
0xCKLinkedListNode*Pointer to first KLinkedListNode in the list of KBlockInfo objects associated with this KSharedMemory object
0x10KLinkedListNode*Pointer to last KLinkedListNode in the list of KBlockInfo objects associated with this KSharedMemory object
0x14KProcess*Owner
0x18u32Owner permissions
0x1Cu32Other processes’ permissions for this block
0x20u8Set after KBlockInfo is generated for the KSharedMemory
0x21s8Set after all KBlockInfo is generated
0x22u8Unknown
0x24u32Address

Category:Kernel auto objects