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. | ||
=Filesystem Layout= | =Filesystem Layout= | ||
Line 43: | Line 29: | ||
* 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. | ||
==SPU Program== | ==SPU Program== | ||
Line 175: | Line 143: | ||
==Result== | ==Result== | ||
<pre> | <pre> | ||
Line 194: | Line 159: | ||
... | ... | ||
</pre> | </pre> | ||