Editing Spock
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 34: | Line 34: | ||
SPOCK Operations: | SPOCK Operations: | ||
0x01: Init1 | 0x01: Init1 | ||
0x02: | 0x02: Init2 | ||
0x03: Step1 | 0x03: Step1 | ||
0x04: Step2 | 0x04: Step2 | ||
Line 49: | Line 49: | ||
== Command 1 (Init 1) == | == Command 1 (Init 1) == | ||
== Command 2 (Authentication) == | == Command 2 (Authentication) == | ||
== Command 3 (Step 1) == | == Command 3 (Step 1) == | ||
Line 68: | Line 63: | ||
== Command 8 (Decrypt UMD master key / Read Master Key Index / Step 4) == | == Command 8 (Decrypt UMD master key / Read Master Key Index / Step 4) == | ||
== Command 9 (Decrypt IDStorage UMD leaves / Step 5) == | == Command 9 (Decrypt IDStorage UMD leaves / Step 5) == | ||
Spock command 9 key is used to decrypt UMD leaves stored in [[IDStorage]]. Those leaves are then used in Spock command 8 to decrypt the UMD master key (per disc key). Then this key is used in Spock command 10 to decrypt the UMD raw sectors. Each different PSP region seems to have its own set of UMD keys. | Spock command 9 key is used to decrypt UMD leaves stored in [[IDStorage]]. Those leaves are then used in Spock command 8 to decrypt the UMD master key (per disc key). Then this key is used in Spock command 10 to decrypt the UMD raw sectors. Each different PSP region seems to have its own set of UMD keys. | ||
Line 107: | Line 84: | ||
= Where are spock commands used = | = Where are spock commands used = | ||
* Commands 8 and 0xA are used on psp retail firmware, as well as testkit firmware | |||
* Commands 8 and 0xA are used on psp retail firmware, as well as testkit firmware | * Commands 1, 2, 3, 4, 5, 8, 9, 0xA and 0xB are used on AV test tool firmware | ||
* Commands 1, 2, 3, 4, 5, 8, 9, 0xA and 0xB are used on AV test tool firmware | |||
* Commands 1, 2, 3, 4, 5, 8, 9, 0xA, 0xB and 0xC are used on Kicho Dencho firmware, which is a special factory firmware. | * Commands 1, 2, 3, 4, 5, 8, 9, 0xA, 0xB and 0xC are used on Kicho Dencho firmware, which is a special factory firmware. | ||
* Commands 1, 2, 3, 4, 5, 8, 9, 0xA, 0xB and 0xC are used on devkit firmware as well. | * Commands 1, 2, 3, 4, 5, 8, 9, 0xA, 0xB and 0xC are used on devkit firmware as well. | ||
* Usage of these commands can always be found in UMDMAN.prx | * Usage of these commands can always be found in UMDMAN.prx |