Editing Patches

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

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 31: Line 31:


===nas_plugin.sprx===
===nas_plugin.sprx===
==== geohot patch ====
==== geohot patch ====
:<b>Allow</b>: pseudo-retail pkg installation
:<b>Allow</b>: pseudo-retail pkg installation
Line 39: Line 38:
> 00003250  7c 06 03 78 48 04 b7 21  e8 41 00 28 38 00 00 00
> 00003250  7c 06 03 78 48 04 b7 21  e8 41 00 28 38 00 00 00
</pre>
</pre>
*Note : Official COBRA7 includes this patch as well, old homebrew from 3.55 era need this patch.
 
*ex) modulespatch in COBRA7 -> { geohot_pkg_offset, LI(R0, 0), &condition_true }
====waninkoko patch - PL3 ====
:<b>Allow</b>: debug pkg installs
:: --allow-debug-pkg (ps3mfw command-line option)
<pre>
< 00037350  41 9e 00 4c 38 00 00 00  81 22 8b 10 81 62 8b 14
---
> 00037350  41 9e 00 04 38 00 00 00  81 22 8b 10 81 62 8b 14
</pre>


====kakaroto patch====
====kakaroto patch====
Line 50: Line 56:
> 2f 89 00 00 60 00 00 00 38 00 00 00 81 22 8b 10 81 62 8b 14
> 2f 89 00 00 60 00 00 00 38 00 00 00 81 22 8b 10 81 62 8b 14
</pre>
</pre>
*Note : Most CEX MFWs include this kakaroto's patch, also used in COBRA7.
*ex) modulespatch in COBRA7 -> { elf2_func1 + elf2_func1_offset, NOP, &condition_true }
==== rebug patch ====
:<b>Allow</b>: pseudo-retail pkg installation
<pre>
< 41 9E 01 B0 3B A1 00 80 3D 00 2E 7B 7B BD 00 20 3D
---
> 60 00 00 00 3B A1 00 80 3D 00 2E 7B 7B BD 00 20 3D
</pre>
*Note : Also can be used for DEX CFW as well.
*ex) PS3iTA, REBUG REX/D-REX


====ecdsa check patch for fw 4.50 cex====
====ecdsa check patch for fw 4.50 cex====
Line 68: Line 63:
---
---
> 00003260  E8 41 00 28 7C 60 1B 78  F8 1F 01 80 38 60 00 00
> 00003260  E8 41 00 28 7C 60 1B 78  F8 1F 01 80 38 60 00 00
</pre>
====waninkoko patch - PL3 ====
:<b>Allow</b>: debug pkg installs
:: --allow-debug-pkg (ps3mfw command-line option)
<pre>
< 00037350  41 9e 00 4c 38 00 00 00  81 22 8b 10 81 62 8b 14
---
> 00037350  41 9e 00 04 38 00 00 00  81 22 8b 10 81 62 8b 14
</pre>
</pre>


===vsh.self===
===vsh.self===
====PL3 patch====
====PL3 patch====
:<b>Allow</b>: allow unsigned apps on CEX MFW
:<b>Allow</b>: unsigned apps


<pre>
<pre>
Line 99: Line 85:
   31a7e0: 88 09 00 00 lbz    r0,0(r9)
   31a7e0: 88 09 00 00 lbz    r0,0(r9)
</pre>
</pre>
modulespatch in COBRA7
{ elf1_func2 + elf1_func2_offset, '''NOP''', &condition_true },


<pre>
<pre>
Line 121: Line 104:
   60fef8: 4b ff ff e1 bl      0x60fed8
   60fef8: 4b ff ff e1 bl      0x60fed8
</pre>
</pre>
modulespatch in COBRA7
{ elf1_func1 + elf1_func1_offset, '''LI(R3, 1)''', &condition_true },
{ elf1_func1 + elf1_func1_offset + 4, '''BLR''', &condition_true },
*Note : Commonly used in almost all 4.xx MFWs, Do '''NOT''' use this patch for '''DEX MFW''', it breaks the ability to run NPDRM fself.


====reActPSN====
====reActPSN====
Line 150: Line 125:


</pre>(Source : http://pastebin.com/26RHud5Q)
</pre>(Source : http://pastebin.com/26RHud5Q)


====XMB InGame ScreenShot Feature====
====XMB InGame ScreenShot Feature====
Line 228: Line 204:


=== Make Remote Play SFO Flag obsolete ===
=== Make Remote Play SFO Flag obsolete ===
(for disc games)
==== game_ext_plugin.prx ====
==== game_ext_plugin.prx ====


Line 243: Line 216:


<pre>
<pre>
Part1
< 2F 80 00 00 41 9E 00 28 38 60 00 00 38 80 00 00
---
> 60 00 00 00 48 00 00 28 38 60 00 00 38 80 00 00
Part2
< 000f5a40  39 08 05 48 39 20 00 00  38 60 00 00 4b ff fc 45
< 000f5a40  39 08 05 48 39 20 00 00  38 60 00 00 4b ff fc 45
---
---
Line 264: Line 231:
   2d5a50: 38 00 00 00 li      r0,0
   2d5a50: 38 00 00 00 li      r0,0
</pre>
</pre>
*Note : Allow mapping of protected memory, needed for lv2 peek/poke
====LV1 peek/poke (Unused LV1 calls 182 & 183)====
'''Allow''' : LV1 peek/poke
<pre>
< 64 00 FF FF 60 00 FF EC F8 03 00 C0 4E 80 00 20 38 00 00 00 64 00 FF FF 60 00 FF EC F8 03 00 C0
---
> E8 83 00 18 E8 84 00 00 F8 83 00 C8 4E 80 00 20 38 00 00 00 E8 A3 00 20 E8 83 00 18 F8 A4 00 00
</pre>
====Disable System Integrity Check====
<pre>
< 48 00 E0 35 2F 83 00 00 38 60 00 01 41 9E 00 20
---
> 38 60 00 00 2F 83 00 00 38 60 00 01 41 9E 00 20
</pre>
*Note : Safe to use with mismatched COREOS/SYSCON versions or if PS3 is not QA enabled
====Skip all ACL Checks====
<pre>
< 54 63 06 3E 2F 83 00 00 41 9E 00 14 E8 01 00 70 54 00 07 FE 2F 80 00 00 40 9E 00 18
---
> 38 60 00 01 2F 83 00 00 41 9E 00 14 38 00 00 01 54 00 07 FE 2F 80 00 00 40 9E 00 18
</pre>
*Note : Needed for OtherOS++/Downgrader


====wutangrza patch====
====wutangrza patch====
Line 310: Line 246:
> 00136be0  3a 20 63 6f 72 65 20 63  6f 6e 74 65 78 74 2e 63  |: core context.c|
> 00136be0  3a 20 63 6f 72 65 20 63  6f 6e 74 65 78 74 2e 63  |: core context.c|
</pre>
</pre>


===lv2_kernel.self===
===lv2_kernel.self===
Line 374: Line 311:
==== kakaroto's sigcheck patch ====
==== kakaroto's sigcheck patch ====
In memory 0x800000000005A2A8 (which corresponds to offset 0x6a2a8 in lv2_kernel.elf) replace : "e9 22 99 90 7c 08 02 a6"
In memory 0x800000000005A2A8 (which corresponds to offset 0x6a2a8 in lv2_kernel.elf) replace : "e9 22 99 90 7c 08 02 a6"
with : "38 60 00 00 4e 80 00 20".<br />(Source: https://twitter.com/KaKaRoToKS/status/260742786972798977
with : "38 60 00 00 4e 80 00 20".<br />(Source: https://twitter.com/KaKaRoToKS/status/260742786972798977)
<br>Pastie webarchive backup: http://web.archive.org/web/20141024180714/http://pastie.org/private/3np6uj6md1occbctdeir6a)
 


== disable epilepsy message ==
== disable epilepsy message ==
<!--// thanks mysis //-->
<!--// thanks mysis //-->
patch to ''disable'' ([[Languages#Photosensitive_epilepsy_text_removal.2Freplacement|not just replace]]), the warning screen that is show on boot since FW 4.00 and when patched, no longer delays the VSH bootprocess
patch to ''disable'' ([[Languages#Photosensitive_epilepsy_text_removal.2Freplacement|not just replace]]), the warning screen that is show on boot since FW 4.00 and when patched, no longer delays the VSH bootprocess
[[PS3MFW_Builder#disable_epilepsy_warning|PS3 MFW builder - disable_epilepsy_warning task]] (using the same search/replace as below)
  seg024:00000000006E75F9 byte_6E75F9:    .byte 1                # DATA XREF: sub_CAC70+314�o
  seg024:00000000006E75F9 byte_6E75F9:    .byte 1                # DATA XREF: sub_CAC70+314�o
  seg024:00000000006E75F9                                        # sub_CAC70+324�w ...
  seg024:00000000006E75F9                                        # sub_CAC70+324�w ...
Line 435: Line 369:
|}
|}


==Enforce gameboot animation==
on higher Firmwares
game_ext_plugin.sprx :
38 80 00 00 7B E3 00 20 -> 38 80 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo
if not found on newer fw try:
2F 89 00 00 7B C3 00 20 -> 2F 89 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo
==XMB icons removal==
Samples: https://www.sendspace.com/file/e822dp
*[[Rcomage]] usage notes:
**dump resources raw, without conversion (unmark all the checkboxes)
**compile using zlib header compression (mark the zlib checkbox)
===Main XMB icons removal===
Extract the contents of: '''[[xmb_plugin_normal]].rco'''
*In the .xml file that represents the .rco structure (aka [[RCOXML Coding | RCOXML]])
**Locate the tag '''XMenu''', is composed by a long list of attributes, locate the attribute '''menus="0xa"''', it defines the number of columns in main XMB (there are 10 main icons for 10 columns in [[XMB]])
***Replace the value of '''menus="0xa"''' by the number of main icons you want in XMB (this number depends of how many you are going to remove)
**Under '''XMenu''' there are several '''XMList''' elements that works as the descriptors of the 10 icons in main XMB
***Delete the '''XMList''' line/s that defines the icon/s you want to remove
Sample for 4.70 firmware ---> https://www.sendspace.com/file/0libpe
===XMB In-game icons removal===
The process is the same with the file '''[[xmb_ingame]].rco''' but this .rco contains the icon images, so for every icon removed at code is good to remove the icon image, is not needed to remove the images but this will make the final size of the .rco smaller
*Under '''ImageTree''' there are several '''Image''' elements that works as the 10 icons in main XMB
**Delete the '''Image''' line/s that defines the icon/s you want to remove
== 4.60+ patches ==
LIC.DAT patch
<pre>
ROM:00056218 loc_56218:                              # CODE XREF: sub_560A8+160j
ROM:00056218                li        r0, 1
ROM:0005621C                ld        r3, off_349198 # aDev_bdvdPs3__0 (PARAM.SFO)
ROM:00056220                addi      r4, r1, 0x4F0+var_468
ROM:00056224                lbz      r30, 0x4F0+var_480+1(r1)
ROM:00056228                stw      r0, 0x6C(r28)
ROM:0005622C                lbz      r29, 0x4F0+var_480(r1)
ROM:00056230                bl        sub_29FDAC # ----> replaced with li r3, 1 to disable the sub call for /dev_bdvd/...../LIC.DAT
</pre>
*Note : A patch to ignore LIC.DAT to prevent random freezing from launching homebrew
*Found by dean many thanks to him :)
===RIF R and S must not be 0 (4.84/4.85)===
:<b>Allow</b>: RIF's with R and S 0 filled(reactpsn patches allow invalid signature like 1 but it must be filled). Useful for HEN because its previous revisions skipped them
seg001:00252020                li        r3, 0
seg001:00252024                blr
=== Make VSH Attachable (Debug LV2)  ===
== 4.75+ patches ==
===PSP DRM fix (4.75/4.76)===
:<b>Allow</b>: unsigned PSP packages(aka type free without license) , a.k.a. '''80029537''' error fix
< 7FE307B4 EB8101E0EBA101E8 7C0803A6
> 38600000 EB8101E0EBA101E8 7C0803A6
seg001:0000000000255260 loc_255260:                            # CODE XREF: seg001:0000000000255244j
seg001:0000000000255260                                        # seg001:0000000000255250j
seg001:0000000000255260                lis      r31, -0x7FFE # '''0x80029537'''
seg001:0000000000255264                ori      r31, r31, 0x9537 # '''0x80029537'''
seg001:0000000000255268
*Note : SONY added new drm for PSP, unsigned pkgs are impossible to run without this patch.
*Thanks to habib who did awesome job on reversing :)
=== Make EVERYTHING Attachable (Debug LV2)  ===
< 40 9E FF C8 4B FF FF C8 E9 22 80 08 7C 08 02 A6
> 40 9E FF C8 4B FF FF C8 38 60 00 01 4E 80 00 20
<pre>
patches lv2::access_control_engine::is_debuggable to always return true.
</pre>
== 4.82 lv2ldr.elf Disable ECDSA Checks ==


;Part 1:
Offset | Original Hex Value:
<pre>
000022B0 | 3F E1 12 85 18 01 42 06 33 04 99 00 21 00 0F 83
</pre>
Offset | Replace Hex Value:
<pre>
000022B0 | 3F E1 12 85 18 01 42 06 40 80 00 03 21 00 0F 83
</pre>
;Part 2:
Offset | Original Hex Value:
<pre>
00002AA0 | 33 03 9C 00 21 00 33 03 04 00 28 84 3F E0 2D 05
</pre>
Offset | Replace Hex Value:
<pre>
00002AA0 | 40 80 00 03 21 00 33 03 04 00 28 84 3F E0 2D 05
</pre>


{{Custom Firmware}}
{{System Firmware}}<noinclude>[[Category:Main]]</noinclude>
<noinclude>[[Category:Main]]</noinclude>
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)