Editing ReDRM / Piracy dongles
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: | ||
=Description= | =Description= | ||
Dongle is DRM to make sure you have the dongle, the firmware 'special' functionality will not work without it. | |||
Contentdisc's contain fself'ed eboot.bin's | |||
= Hardware Dongle = | = Hardware Dongle = | ||
Line 256: | Line 237: | ||
CLK for Actel <br /> | CLK for Actel <br /> | ||
==== AMS1117 2.851049 - Low Dropout Linear Regulator ==== | ==== AMS1117 2.851049 - Low Dropout Linear Regulator ==== | ||
Datasheet: | Datasheet: http://www.sltdigital.com/product/product_pdf/AMS1117.pdf / http://home1.cyber-labo.co.jp/board/goods/pdf/AMS1117.pdf <br /> | ||
[[:File:AMS1117 - SOT-223.png]] | [[:File:AMS1117 - SOT-223.png]] | ||
Line 285: | Line 264: | ||
|} | |} | ||
==== Winbond | ==== Winbond 25X16AVS1G (SPI Flash 16Mbit) ==== | ||
<div style="float:right">[[File:W25X16A - SOIC-8.png|200px|thumb|left|8-pin TSSOP<br />Winbond 25X16A<br />SOIC-8 pinout]]</div> | |||
<div style="float:right">[[File:W25X16A - SOIC-8.png|200px|thumb|left|8-pin TSSOP<br />Winbond 25X16A<br />SOIC-8 pinout]] | |||
<pre>W - Winbond | <pre>W - Winbond | ||
25X - SPI Flash | 25X - SPI Flash | ||
16 - 16Mbit / 2M-byte (Uniform 4Kbyte sectors/64Kbyte blocks) | |||
AVS1G - 100MHz (200Mbits/sec)</pre> | |||
datasheet: [http://www.multiupload.com/P2833U5SOW W25X16A.pdf (1.3 MB)] | |||
datasheet: [http://www. | |||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable" style="border:1px solid #999; border-collapse: collapse;" | {| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable" style="border:1px solid #999; border-collapse: collapse;" | ||
|- bgcolor="#cccccc" | |- bgcolor="#cccccc" | ||
! Pin !! Usage | ! Pin !! Usage !! Remarks | ||
|- | |- | ||
| 1 || /CS | | 1 || /CS || Chip Select | ||
|- | |- | ||
| 2 || DO | | 2 || DO || Data output | ||
|- | |- | ||
| 3 || /WP | | 3 || /WP || Write Protect | ||
|- | |- | ||
| 4 || GND | | 4 || GND || Ground | ||
|- | |- | ||
| 5 || DIO | | 5 || DIO || Serial data input/output | ||
|- | |- | ||
| 6 || CLK | | 6 || CLK || Serial Clock | ||
|- | |- | ||
| 7 || /HOLD | | 7 || /HOLD || Hold | ||
|- | |- | ||
| 8 || VCC | | 8 || VCC || Vcc (min 2.7-max 3.6V) | ||
|- | |- | ||
|} | |} | ||
== | == Dongle 2.0 == | ||
Supposed to be massproduced instead of manually soldered like the 1.0 dongle. Not seen in the wild yet. | |||
==== | == Dongle Clones == | ||
... :P | |||
= Downloads = | = Downloads = | ||
== First release (1.0/2.1) == | == First release (1.0/2.1) == | ||
* MFW: [ | * MFW: [http://www.multiupload.com/O7SP26A83E Jailbreak2.CFW.rar (172.34 MB)]<!--//http://www.filesonic.nl/file/2688912531/Jailbreak2.CFW.zip (password: whyudie)//--> | ||
* Dongle Updater v2.1: [http://www.multiupload.com/9YPQX47G7F JB2.Dongle.Updater.rar (2.1 MB)]<!--//http://www.filesonic.nl/file/2689038911/JB2.Dongle.Updater.zip (password: whyudie)//--> | |||
* Dongle Updater v2.1: [ | |||
== Update 2.2 == | == Update 2.2 == | ||
... | |||
== FW Info (1.0/2.1) == | == FW Info (1.0/2.1) == | ||
Line 772: | Line 370: | ||
Data length: 172890112 | Data length: 172890112 | ||
File hash : 93A7A95BFCFC263DCB4A18477062FDCC72BE47A0</pre> | File hash : 93A7A95BFCFC263DCB4A18477062FDCC72BE47A0</pre> | ||
=Content discs= | =Content discs= | ||
Line 843: | Line 436: | ||
section headers: 28 | section headers: 28 | ||
section header string table index: 27 | section header string table index: 27 | ||
=FW analysis= | =FW analysis= | ||
== FW Changes (1.0/2.1) == | == FW Changes (1.0/2.1) == | ||
Compared to OFW 3.55: | Compared to OFW 3.55: | ||
[ | [http://www.multiupload.com/LAIIB6IMX0 ofw-vs-jb2.rar (4.18 MB)] | ||
====EULA.xml==== | ====EULA.xml==== | ||
<pre> <str id="msg_updater_10">This update will install PS3 system software version 3.55, modified to support homebrew software and the disc dongle.</str> </pre> | <pre> <str id="msg_updater_10">This update will install PS3 system software version 3.55, modified to support homebrew software and the disc dongle.</str> </pre> | ||
Line 865: | Line 448: | ||
===CORE_OS_PACKAGE.pkg=== | ===CORE_OS_PACKAGE.pkg=== | ||
====lv1.self==== | ====lv1.self==== | ||
Just one patch: | |||
<pre> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | |||
<pre> | OFW: 000F5A40 39 20 00 00 9 .. li r9,0 | ||
JB2: 000F5A40 39 20 00 01 9 .. li r9,1</pre> | |||
<!--// ofw: 2d5a44: 39 20 00 00 li r9,0 / jb2: 2d5a44: 39 20 00 01 li r9,1//--> | |||
OFW: | This is in lv1_map_htab to allow for RW mapping of all RAM. So who knows how many other lv1 patches are done at runtime. | ||
</pre> | |||
< | |||
====lv2_kernel.self==== | ====lv2_kernel.self==== | ||
===dev_flash_010.tar.aa.2010_11_27_051337=== | |||
====\dev_flash\vsh\module\nas_plugin.sprx==== | |||
< | <pre> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | ||
OFW: 00003250 7C 60 1B 78 |`.x mr r0, r3 | |||
JB2: 00003250 38 00 00 00 8... li r0, 0</pre> | |||
<pre> | <pre> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | ||
OFW: 00037350 41 9E 00 4C Až.L beq- cr7,4c | |||
JB2: 00037350 60 00 00 00 `... nop</pre> | |||
OFW: 00037350 41 9E 00 4C | |||
</pre> | |||
"standard pkg patches" | "standard pkg patches" | ||
Line 907: | Line 473: | ||
===dev_flash_016.tar.aa.2010_11_27_051337=== | ===dev_flash_016.tar.aa.2010_11_27_051337=== | ||
====\dev_flash\vsh\resource\explore\xmb\category_game.xml==== | ====\dev_flash\vsh\resource\explore\xmb\category_game.xml==== | ||
====\dev_flash\vsh\resource\explore\xmb\category_video.xml==== | ====\dev_flash\vsh\resource\explore\xmb\category_video.xml==== | ||
= Dongle Updater PKG (2.1) = | |||
Dongle is released with 1.0, this PKG is used to update the dongle to 2.1 | Dongle is released with 1.0, this PKG is used to update the dongle to 2.1 | ||
SHA1: 4066FFEFD723FAF08EB84A62F4AA38180C40129C // MD5: 0200689D58FCA0FC51F7B738C33A5DC9 // CRC32: 4D72836 // CRC16: 8A62 | SHA1: 4066FFEFD723FAF08EB84A62F4AA38180C40129C // MD5: 0200689D58FCA0FC51F7B738C33A5DC9 // CRC32: 4D72836 // CRC16: 8A62 | ||
Unpkg/unself'ed: [http://www.multiupload.com/XC00DAHUXP dongle-updater.pkg.out.rar (2.03 MB)] <br /> | |||
Plaintext visible in the unself'ed eboot.bin : http://pastebin.com/EFQczE2r (interesting note: it used /dev_hdd0/vsh/tmp.bin as temp for the payload)<br /> | Plaintext visible in the unself'ed eboot.bin : http://pastebin.com/EFQczE2r (interesting note: it used /dev_hdd0/vsh/tmp.bin as temp for the payload)<br /> | ||
== Payload (2.1) == | |||
located in unself'ed eboot.bin @ offset: | located in unself'ed eboot.bin @ offset: | ||
eboot payload | eboot payload | ||
Line 935: | Line 491: | ||
002084E0 001FFFF0 EB 3B 01 F7 6F A9 CF 3C B6 EB 89 82 7D E6 7D 3B ë;.÷o©Ï<¶ë‰‚}æ}; | 002084E0 001FFFF0 EB 3B 01 F7 6F A9 CF 3C B6 EB 89 82 7D E6 7D 3B ë;.÷o©Ï<¶ë‰‚}æ}; | ||
[ | [http://www.multiupload.com/PFC3IZZNNN TB_dongle_payload.bin (2 MB)] | ||
SHA1: 43402D6FE2ECE43EBE91531EFA07C366D46DD121 // MD5: BA5AFAB174BF6003D41AC8951301B822 // CRC32: 248284D2 // CRC16: 8C78 | SHA1: 43402D6FE2ECE43EBE91531EFA07C366D46DD121 // MD5: BA5AFAB174BF6003D41AC8951301B822 // CRC32: 248284D2 // CRC16: 8C78 | ||
=== lv2 dump (2.1) === | |||
payload decrypted @ LV2 dump 0x7f0000 | payload decrypted @ LV2 dump 0x7f0000 | ||
http://pastebin.com/3VG76HQs | http://pastebin.com/3VG76HQs | ||
=== descriptors (2.1) === | |||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable" style="border:1px solid #999; border-collapse: collapse;" | {| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable" style="border:1px solid #999; border-collapse: collapse;" | ||
Line 1,418: | Line 974: | ||
00000010 03 6b 2d 2c 45 d7 25 ff aa 34 b1 a8 8b 5d a7 b3 | 00000010 03 6b 2d 2c 45 d7 25 ff aa 34 b1 a8 8b 5d a7 b3 | ||
... | ... | ||