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 145: | Line 115: | ||
3.41debug 0x30cedc 4b cf 3e 99 -> 38 60 00 00 // fixed allow unsigned act.dat *.rif | 3.41debug 0x30cedc 4b cf 3e 99 -> 38 60 00 00 // fixed allow unsigned act.dat *.rif | ||
3.41debug 0x30c93c 48 31 47 1d -> 38 60 00 00 // fixed act.dat missing after reboot | 3.41debug 0x30c93c 48 31 47 1d -> 38 60 00 00 // fixed act.dat missing after reboot | ||
</pre>(Source : http://pastebin.com/26RHud5Q) | </pre>(Source : http://pastebin.com/26RHud5Q) | ||
===lv1.self=== | ===lv1.self=== | ||
Line 243: | Line 122: | ||
<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 137: | ||
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 152: | ||
> 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 372: | Line 215: | ||
=== lv2_kernel.self === | === lv2_kernel.self === | ||
==== | ==== 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 | with : "38 60 00 00 4e 80 00 20".<br />(Source: http://pastie.org/private/3np6uj6md1occbctdeir6a) | ||