Editing System Controller Firmware
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
= Structure (Header) = | = Structure (Header) = | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
! Offset !! Size !! Description !! Notes | ! Offset !! Size !! Description !! Notes | ||
|- | |- | ||
| 0x0 || 1 || Header | | 0x0 || 1 || Header Index Magic || 01/02/10 | ||
|- | |- | ||
| 0x1 || 1 || Header Size || 0x10 | | 0x1 || 1 || Header Size || 0x10 | ||
|- | |- | ||
| 0x2 || 2 || Block Size || 00 00 | | 0x2 || 2 || Block Size || 00 00 or 04 00 or 08 00 | ||
|- | |- | ||
|} | |} | ||
Line 66: | Line 65: | ||
</pre> | </pre> | ||
= Structure ( | = Structure (Footer) = | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Offset !! Size !! Description !! Notes | ! Offset !! Size !! Description !! Notes | ||
|- | |- | ||
| 0x4 || 0x14 || Sha-1 Hash of Decrypted Blocks | | 0x0 || 4 || Unknown || 20 18 00 00 | ||
|- | |||
| 0x4 || 0x14 || Sha-1 Hash of Decrypted Blocks Concatenated || | |||
|- | |- | ||
|} | |} |