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: | ||
=Introduction= | =Introduction= | ||
* spuisofs is a Linux virtual filesystem which allows you to execute isolated SPU modules from user-space. | * spuisofs is a Linux virtual filesystem which allows you to execute isolated SPU modules from user-space. | ||
* spuisofs can execute only isolated SPU modules which are decrypted by isoldr. | * spuisofs can execute only isolated SPU modules which are decrypted by isoldr. | ||
=Dumping EID0 Key with spuisofs= | =Dumping EID0 Key with spuisofs= | ||
* 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 176: | Line 122: | ||
==Result== | ==Result== | ||
TODO | |||