Secure Loader: Difference between revisions
Jump to navigation
Jump to search
m (→Header Info) |
|||
Line 14: | Line 14: | ||
|- | |- | ||
| 0xC || 4 || Size of Body || Little Endian | | 0xC || 4 || Size of Body || Little Endian | ||
|- | |||
| 0x10 || 0x10 || Padding || | |||
|- | |- | ||
| 0x20 || 0x20 || SHA256 of the decrypted region || | | 0x20 || 0x20 || SHA256 of the decrypted region || | ||
|- | |- | ||
|} | |} |
Revision as of 21:20, 25 February 2019
SAMU IPL, codenamed as 80000001, is the main loader of the Secure Loader (80010001) and the Secure Kernel (80010002)
The header contained in it contains the following information:
Header Info
Offset | Size | Description | Notes |
---|---|---|---|
0x0 | 4 | Magic | 5E D7 9A 0B |
0x4 | 4 | Size of MetaData | Little Endian |
0x8 | 4 | Size of 0x30 Region | Little Endian |
0xC | 4 | Size of Body | Little Endian |
0x10 | 0x10 | Padding | |
0x20 | 0x20 | SHA256 of the decrypted region |