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. | ||
* | * spuisofs.tar.gz: http://www.multiupload.nl/0U1ZIZN6PG | ||
=Features= | =Features= | ||
* MFC data segment faults are handled by the driver. That means you do not have to worry about it. | * MFC data segment faults are handled by the driver. That means you do not have to worry about it. | ||
* Large data buffers which can be used for data exchange between SPU | * Large data buffers which can be used for data exchange between SPU adn PPU. | ||
* Full access to all SPU registers from user-space. | * Full access to all SPU registers from user-space. | ||
Line 48: | Line 47: | ||
* Use the computed EID0 key and the dumped IV to decrypt EID0 data at offset 0x7A0 of size 0xC0. | * Use the computed EID0 key and the dumped IV to decrypt EID0 data at offset 0x7A0 of size 0xC0. | ||
* dump_eid0_key.tar.gz: http://www.multiupload.nl/T3ZFSG057P | * dump_eid0_key.tar.gz: http://www.multiupload.nl/T3ZFSG057P | ||
==EID0 Key Seed== | ==EID0 Key Seed== | ||
Line 383: | Line 381: | ||
... | ... | ||
</pre> | </pre> | ||