uOFW
Reverse engineered PSP kernel 6.60.
|
#include <loadcore.h>
Data Fields | |
u32 | addr |
SceSize | size |
u32 | attr |
SceUID | partId |
s32 | unk16 |
s32 | unk20 |
s32 | unk24 |
This structure represents Protection Information
u32 SceLoadCoreProtectInfo::addr |
Start address of the protected info.
SceSize SceLoadCoreProtectInfo::size |
The size of the protected info.
u32 SceLoadCoreProtectInfo::attr |
31 16 15 0
+----------—+--------—+
| S T A T E | T Y P E |
+----------—+--------—+
Bits 31 - 16: The current state of the protected information.
Bits 15 - 0: The type of the protected information.
SceUID SceLoadCoreProtectInfo::partId |
The partition ID of the protected info block.
s32 SceLoadCoreProtectInfo::unk16 |
Unknown.
s32 SceLoadCoreProtectInfo::unk20 |
Unknown.
s32 SceLoadCoreProtectInfo::unk24 |
Unknown.