Changes
From Vita Development Wiki
34 bytes added
, 22:45, 8 June 2021
Line 524: |
Line 524: |
| == Bypassing version checks == | | == Bypassing version checks == |
| | | |
− | memeprom line 0x50B offset 0x4 bit 1 set = ignore version mismatch errors. This line itself is set from SNVS 0xD2 block 0. Alternatively set version to 0xDEADBEEF to skip. | + | <s>memeprom line</s> Bigmac keyslot 0x50B (mgmt data) offset 0x4 bit 1 set = ignore version mismatch errors. This line itself is set from SNVS 0xD2 block 0. Alternatively set version to 0xDEADBEEF to skip. |
| | | |
| == Session key/coredump encryption == | | == Session key/coredump encryption == |
| | | |
| 0x20 random bytes are generated and written to keyslot 0x51A. Then, the buffer is encrypted with aes128-cbc using coredump_key and coredump_iv. The result is copied to KBL Param +0x100 (0x1F000200) | | 0x20 random bytes are generated and written to keyslot 0x51A. Then, the buffer is encrypted with aes128-cbc using coredump_key and coredump_iv. The result is copied to KBL Param +0x100 (0x1F000200) |