Difference between revisions of "KMemoryBlock"
Jump to navigation
Jump to search
(Created page with "Category:Kernel objects Size : 0x14 bytes {| class="wikitable" border="1" |- ! Offset ! Type ! Description |- | 0x0 | | |}") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
|- | |- | ||
| 0x0 | | 0x0 | ||
− | | | + | | void* |
− | | | + | | Base address of memory block. |
+ | |- | ||
+ | | 0x4 | ||
+ | | u32 | ||
+ | | Block size in pages. | ||
+ | |- | ||
+ | | 0x8 | ||
+ | | u32 | ||
+ | | Memory block permissions - rwx. | ||
+ | |- | ||
+ | | 0xC | ||
+ | | u32 | ||
+ | | Memory state bitflags - the lowest byte is the type of memory and the second byte is for specific properties of the block. | ||
+ | |- | ||
+ | | 0x10 | ||
+ | | u32 | ||
+ | | Zero | ||
|} | |} |
Latest revision as of 06:18, 23 March 2015
Size : 0x14 bytes
Offset | Type | Description |
---|---|---|
0x0 | void* | Base address of memory block. |
0x4 | u32 | Block size in pages. |
0x8 | u32 | Memory block permissions - rwx. |
0xC | u32 | Memory state bitflags - the lowest byte is the type of memory and the second byte is for specific properties of the block. |
0x10 | u32 | Zero |