Editing Remarry Bluray Drive on Linux
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= | ||
=EID2= | =EID2= | ||
* You will | * You will new decrypted EID2 data. | ||
* How to get it on Linux is described here: http://www. | * How to get it on Linux is described here: http://www.ps3devwiki.com/wiki/Spuisofs#Dumping_EID2_Key_with_spuisofs | ||
* EID2 contains encrypted P-Block and S-Block. | * EID2 contains encrypted P-Block and S-Block. | ||
* To get decrypted S-Block and P-Block first you have to decrypt EID2 with EID2 key and IV and then decrypt the blocks with DES-CBC. | * To get decrypted S-Block and P-Block first you have to decrypt EID2 with EID2 key and IV and then decrypt the blocks with DES-CBC. | ||
Line 22: | Line 15: | ||
key: 6C CA B3 54 05 FA 56 2C | key: 6C CA B3 54 05 FA 56 2C | ||
</pre> | </pre> | ||
=Writing P-Block= | =Writing P-Block= | ||
Line 87: | Line 20: | ||
* P-Block is stored in BD buffer 2. | * P-Block is stored in BD buffer 2. | ||
* BD buffer 2 is of size 0x60 bytes. | * BD buffer 2 is of size 0x60 bytes. | ||
* P-Block is in | * P-Block is in decryoted EID2 at offset 0x20 and of size 0x80. | ||
==Test== | ==Test== | ||
* Tested on my PS3 Slim with OtherOS++. | * Tested on my PS3 Slim with OtherOS++. | ||
* After writing P-Block to BD drive buffer 2 | * After writing P-Block to BD drive buffer 2 authenticate the BD drive with ps3dm. | ||
<pre> | <pre> | ||
sudo ./bd_enable_buffer_write -b 2 | sudo ./bd_enable_buffer_write -b 2 | ||
sudo ./bd_write_buffer -b 2 -i pblock.bin | sudo ./bd_write_buffer -b 2 -i pblock.bin | ||
</pre> | </pre> | ||
Line 135: | Line 37: | ||
* BD buffer 3 is of size 0x670 bytes. | * BD buffer 3 is of size 0x670 bytes. | ||
* S-Block is in decryoted EID2 at offset 0xa0 and of size 0x690. | * S-Block is in decryoted EID2 at offset 0xa0 and of size 0x690. | ||
=Writing New HRL to BD Drive= | =Writing New HRL to BD Drive= | ||
Line 160: | Line 42: | ||
* HRL is stored in BD buffer 4. | * HRL is stored in BD buffer 4. | ||
* BD buffer 4 is of size 0x8000 bytes. | * BD buffer 4 is of size 0x8000 bytes. | ||
<pre> | <pre> | ||
Line 175: | Line 55: | ||
00008000 | 00008000 | ||
</pre> | </pre> | ||