Editing Patches
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:Software]] | |||
== 3.41/3.55 patches == | == 3.41/3.55 patches == | ||
=== Summary === | === Summary === | ||
Line 31: | Line 33: | ||
===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 40: | ||
> 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> | ||
====waninkoko patch - PL3 ==== | ====waninkoko patch - PL3 ==== | ||
Line 77: | Line 49: | ||
--- | --- | ||
> 00037350 41 9e 00 04 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==== | |||
:<b>Allow</b>: debug pkg installation | |||
::--allow-debug-pkg (ps3mfw command-line option) | |||
<pre> | |||
< 2f 89 00 00 41 9e 00 4c 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> | ||
===vsh.self=== | ===vsh.self=== | ||
====PL3 patch==== | ====PL3 patch==== | ||
:<b>Allow</b>: | :<b>Allow</b>: unsigned apps | ||
<pre> | <pre> | ||
Line 99: | Line 80: | ||
31a7e0: 88 09 00 00 lbz r0,0(r9) | 31a7e0: 88 09 00 00 lbz r0,0(r9) | ||
</pre> | </pre> | ||
<pre> | <pre> | ||
Line 121: | Line 99: | ||
60fef8: 4b ff ff e1 bl 0x60fed8 | 60fef8: 4b ff ff e1 bl 0x60fed8 | ||
</pre> | </pre> | ||
====reActPSN==== | ====reActPSN==== | ||
Line 151: | Line 121: | ||
</pre>(Source : http://pastebin.com/26RHud5Q) | </pre>(Source : http://pastebin.com/26RHud5Q) | ||
===XMB InGame ScreenShot Feature=== | |||
:<b>Allow</b>: taking screenshots in every game (ps3,psp,minis,... - except ps2) | :<b>Allow</b>: taking screenshots in every game (ps3,psp,minis,... - except ps2) | ||
Line 175: | Line 146: | ||
sub_195084: (4.21 retail as well) | sub_195084: (4.21 retail as well) | ||
seg001:00000000001950A0 lwz r9, dword_720A4C@l(r9) | seg001:00000000001950A0 lwz r9, dword_720A4C@l(r9) | ||
seg001:00000000001950A4 stfd f31, 0x190+var_8(r1) | seg001:00000000001950A4 stfd f31, 0x190+var_8(r1) | ||
Line 193: | Line 164: | ||
seg001:00000000001950DC beq cr7, return | seg001:00000000001950DC beq cr7, return | ||
====vsh.elf (CEX, 4.50)==== | |||
<pre> | <pre> | ||
< 00184278 7C 00 48 28 | < 00184278 7C 00 48 28 | ||
Line 205: | Line 176: | ||
Thats it! Enables Screenshot-Feature working fine. Have fun, i do ! | Thats it! Enables Screenshot-Feature working fine. Have fun, i do ! | ||
===lv1.self=== | ===lv1.self=== | ||
Line 243: | Line 182: | ||
<pre> | <pre> | ||
< 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 197: | ||
2d5a50: 38 00 00 00 li r0,0 | 2d5a50: 38 00 00 00 li r0,0 | ||
</pre> | </pre> | ||
====wutangrza patch==== | ====wutangrza patch==== | ||
Line 310: | Line 212: | ||
> 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 277: | ||
==== 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) | ||