Difference between revisions of "KHeapChunkHeader"

From 3dbrew
Jump to navigation Jump to search

Revision as of 13:26, 27 September 2015


This is the header stored in FCRAM for each FCRAM heap chunk. The kernel maintains this structure. An attack like gspwn can overwrite this header, and exploit the kernel pre 9.3 (memchunkhax).


Size : 0xC bytes?

Offset Type Description
0x0 u32 Size (in 4K pages)
0x4 KHeapHeader* Next
0x8 KHeapHeader* Prev