Editing Spuisofs
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: | ||
[[Category: | [[Category:Linux]] | ||
=Introduction= | =Introduction= | ||
Line 5: | Line 5: | ||
* spuisofs can execute only isolated SPU modules which are decrypted by isoldr. | * spuisofs can execute only isolated SPU modules which are decrypted by isoldr. | ||
* I used this driver e.g. to dump my EID0 key and my ATA keys. | * I used this driver e.g. to dump my EID0 key and my ATA keys. | ||
=Mounting= | =Mounting= | ||
Line 43: | Line 35: | ||
* I modified aim_spu_module.self to dump EID0 IV and key with my spuisofs. | * I modified aim_spu_module.self to dump EID0 IV and key with my spuisofs. | ||
* Encrypt EID0 key | * Encrypt EID0 key seed with the dumped IV and key and you will get your EID0 AES-CBC-128 key. | ||
==EID0 Key Seed== | ==EID0 Key Seed== | ||
<pre> | <pre> | ||
2E D7 CE 8D 1D 55 45 45 85 BF 6A 32 81 CD 03 AF | 2E D7 CE 8D 1D 55 45 45 85 BF 6A 32 81 CD 03 AF | ||
</pre> | </pre> | ||
Line 175: | Line 156: | ||
==Result== | ==Result== | ||
<pre> | <pre> | ||
Line 194: | Line 172: | ||
... | ... | ||
</pre> | </pre> | ||