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 374: Line 374:
==== 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 ==
Line 493: Line 493:


=== Make VSH Attachable (Debug LV2)  ===
=== Make VSH 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


== 4.75+ patches ==
== 4.75+ patches ==
Line 514: Line 511:
*Thanks to habib who did awesome job on reversing :)
*Thanks to habib who did awesome job on reversing :)


=== Make EVERYTHING Attachable (Debug LV2)  ===
=== Make VSH 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 E9 22 80 08 7C 08 02 A6
  > 40 9E FF C8 4B FF FF C8 38 60 00 01 4E 80 00 20
  > 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>
 
==4.84 (DEX)==
 
=== lv2_kernel.self ===
 
====Bypass ambulance brick====
 
Will bypass 'ambulance brick' while having ''lv2_kernel.self'' '''DEX''' loaded with TargetID '''CEX'''
ORIGINAL: 00283A7C | E8 62 19 78 7C 08 02 A6 F8 21 FF 81 FB E1 00 78
 
PATCHED:  00283A7C | 38 60 00 00 4E 80 00 20 F8 21 FF 81 FB E1 00 78
 
 
===sb_iso_spu_module.self===
 
====PS2CLASSICs on DEX====
Will allow to play PS2CLASSICs games while on DEX (These patches should work in another FW versions)
 
Forces the use of the '''META_KEY''', '''DATA_KEY''' and '''VMC_KEY''' Retail keys
ORIGINAL: 000003B8 | 32 00 0F 00 7C 05 84 B5 20 00 01 B5 42 2D 58 51
 
PATCHED:  000003B8 | 32 00 03 80 7C 05 84 B5 20 00 01 B5 42 2D 58 51
 
 
ORIGINAL: 000003C8 | 32 00 1A 80 7C 06 04 B6 20 00 0D 36 42 2D 90 03
 
PATCHED:  000003C8 | 32 00 0F 00 7C 06 04 B6 20 00 0D 36 42 2D 90 03
 
 
ORIGINAL: 000004F0 | 88 62 64 CB 42 2D 60 47 40 80 03 44 8A 31 A3 C5
 
PATCHED:  000004F0 | 88 62 64 CB 42 2D 68 47 40 80 03 44 8A 31 A3 C5
 
== 4.90+ ==
 
=== '''nas_plugin.sprx''' ===
 
==== Patched [Install All Packages] to work in non QA flagged PS3 ====
ORIGINAL: 0001F850 | 38 61 00 74 91 61 00 74 48 03 2A 51 2F 83 00 00
 
PATCHED:  0001F850 | 38 61 00 74 91 61 00 74 38 60 00 00 2F 83 00 00
 
 
=== basic_plugins.sprx ===
 
==== Disable RSOD and BSOD Screen ====
ORIGINAL: 00102328 | 4B FF FA 35 48 00 0A BD 3D 20 00 05 38 00 00 02
 
PATCHED:  00102328 | 60 00 00 00 48 00 0A BD 3D 20 00 05 38 00 00 02
 
 
 
'''Disable LIC.EDAT license check'''
ORIGINAL: 000398F0 | 7C 03 07 B4 E8 01 01 20 EB 81 00 F0 EB A1 00 F8
 
PATCHED:  000398F0 | 38 60 00 00 E8 01 01 20 EB 81 00 F0 EB A1 00 F8
 
 
=== bdp_disccheck_plugin.sprx ===
 
==== Bypass PAL broadcast error ====
ORIGINAL: 000016B8 | 39 20 00 66 48 00 00 10 2F 80 00 02 39 20 00 65
 
PATCHED:  000016B8 | 39 20 00 00 48 00 00 10 2F 80 00 02 39 20 00 00
 
 
=== custom_render_plugin.sprx ===
 
==== Force use gameboot_multi.ac3 ====
ORIGINAL: 00015A2C | 4B FE DF B9 2F 83 00 02 41 9E 0A 80 3B A1 01 24
 
PATCHED:  00015A2C | 38 60 00 01 2F 83 00 02 41 9E 0A 80 3B A1 01 24
 
 
==== Force use gameboot_stereo.ac3 ====
ORIGINAL: 000015A2C | 4B FE DF B9 2F 83 00 02 41 9E 0A 80 3B A1 01 24
 
PATCHED:  000015A2C | 38 60 00 02 2F 83 00 02 41 9E 0A 80 3B A1 01 24
 
 
==== Force use coldboot_multi.ac3 ====
ORIGINAL: 000015F3C | 4B FE DA A9 2F 83 00 02 41 9E 06 58 3D 20 00 09
 
PATCHED:  000015F3C | 38 60 00 01 2F 83 00 02 41 9E 06 58 3D 20 00 09
 
 
==== Force use coldboot_stereo.ac3 ====
ORIGINAL: 000015F3C | 4B FE DA A9 2F 83 00 02 41 9E 06 58 3D 20 00 09
 
PATCHED:  000015F3C | 38 60 00 02 2F 83 00 02 41 9E 06 58 3D 20 00 09
 
 
=== game_ext_plugin.sprx ===
 
==== Disable game region block ====
ORIGINAL: 000069A8 | 80 1F 02 00 2F 80 00 00 40 9E 00 1C 80 7F 02 60
 
PATCHED:  000069A8 | 38 00 00 00 2F 80 00 00 40 9E 00 1C 80 7F 02 60
 
 
ORIGINAL: 000069BC | 48 02 9F 5D 54 63 06 3E 2F 83 00 00 41 9E 00 10
 
PATCHED:  000069BC | 38 60 00 00 54 63 06 3E 2F 83 00 00 41 9E 00 10
 
 
=== vsh.self ===
 
==== Patch CBOMB ====
Bypass error 0x80010601 (Time/Date has not been set)
ORIGINAL: 00242B10 | 38 00 00 00 60 63 06 01 41 9E 00 54 3C 80 00 DC
 
PATCHED:  00242B10 | 38 00 00 00 38 60 00 00 41 9E 00 54 3C 80 00 DC
 
 
ORIGINAL: 005C3D90 | 48 00 00 70 3D 40 80 01 61 4A 06 01 48 00 00 18
 
PATCHED:  005C3D90 | 48 00 00 70 3D 40 80 01 39 40 00 00 48 00 00 18
 
 
 
Bypass error 0x8002951E (This content is not available before the start date)
ORIGINAL: 00242B60 | 60 63 95 1E 41 98 00 08 38 60 00 00 E8 01 00 A0
 
PATCHED:  00242B60 | 38 60 00 00 41 98 00 08 38 60 00 00 E8 01 00 A0
 
 
 
Replace default timestamp
ORIGINAL: 005C3DB4 | 3C 00 00 E0 60 00 1D 00 78 00 07 C6 64 00 3A 63
 
PATCHED:  005C3DB4 | 3C 00 00 E2 60 00 CA BE 78 00 07 C6 64 00 CE E0
 
 
ORIGINAL: 005C3DC4 | 60 00 A0 00 F8 1F 00 00 48 00 00 40 3C 00 00 0F
 
PATCHED:  005C3DC4 | 60 00 20 00 F8 1F 00 00 48 00 00 40 3C 00 00 0F
 
Code from xai_plugin
void Fix_CBOMB()
{
#define DATE_2000_01_01 0x00E01D003A63A000ULL
#define DATE_1970_01_01 0x00DCBFFEFF2BC000ULL
#define DATE_2023_11_23 0x00E2CAD2ECB78000ULL
uint64_t clock, diff;
uint64_t sec, nsec;
uint64_t a1, a2;
uint64_t currentTick;
uint64_t timedata = 0x00E2CABECEE02000ULL - DATE_2000_01_01;
uint64_t patchedDate = DATE_2023_11_23;
_cellRtcGetCurrentTick(&currentTick);
{ system_call_4(0x362, 0x3002, 0, (uint64_t)&a1, (uint64_t)&a2); }
if(currentTick < DATE_2023_11_23)
{
_cellRtcSetCurrentTick(&patchedDate);
sysGetCurrentTime(&sec, &nsec);
sys_time_get_rtc(&clock);
diff = sec - clock;
xSettingDateGetInterface()->SaveDiffTime(diff);
}
if(!a1)
sys_ss_secure_rtc(timedata);
{ system_call_4(0x362, 0x3002, 0, (uint64_t)&a1, (uint64_t)&a2); }
_cellRtcGetCurrentTick(&currentTick);
uint64_t result_time2 = (currentTick - DATE_2000_01_01);
uint64_t rtc_clock = a1 * 1000000 + DATE_2000_01_01;
if(rtc_clock < currentTick)
{
sys_ss_secure_rtc(result_time2);
showMessage("msg_rtc_fixed", (char *)XAI_PLUGIN, (char *)TEX_SUCCESS);
}
else if(rtc_clock > currentTick)
{
sysSetCurrentTime(((rtc_clock - DATE_1970_01_01) / 1000000), 0);
sysGetCurrentTime(&sec, &nsec);
sys_time_get_rtc(&clock);
diff = sec - clock;
xSettingDateGetInterface()->SaveDiffTime(diff);
showMessage("msg_rtc_date_fixed", (char *)XAI_PLUGIN, (char *)TEX_SUCCESS);
}
buzzer(SINGLE_BEEP);
}<br />
 
 
=== explore_plugin.sprx ===
 
==== Enable Lock and Unlock Trophies in CEX/RETAIL ====
ORIGINAL: 00091F18 | 48 1A 73 C1 3D 20 00 28 2F 83 00 06 39 29 DE D0
 
PATCHED:  00091F18 | 38 60 00 03 3D 20 00 28 2F 83 00 06 39 29 DE D0
 
 
==== Enable Delete Trophy Data in CEX/RETAIL ====
ORIGINAL: 00099838 | 48 19 FA A1 3D 60 00 28 2F 83 00 06 2F 03 00 02
 
PATCHED:  00099838 | 38 60 00 03 3D 60 00 28 2F 83 00 06 2F 03 00 02
 
 
==== Enable hidden trophy's title in XMB ====
ORIGINAL: 00093FE0 | 40 99 00 5C 40 9E 00 9C 3B 81 00 8C 3B A1 00 70
 
PATCHED:  00093FE0 | 48 00 00 5C 40 9E 00 9C 3B 81 00 8C 3B A1 00 70
 
 
==== Enable hidden trophy's details in XMB ====
ORIGINAL: 00093C4C | 81 3C 00 48 7B 83 00 20 39 29 FF FF 2B 89 00 01
 
PATCHED:  00093C4C | 39 20 00 01 7B 83 00 20 39 29 FF FF 2B 89 00 01
 
 
==== Enable real trophy's icon for hidden trophies in trophy in XMB ====
ORIGINAL: 00094BAC | 80 7E 00 48 7B 40 00 20 2F 83 00 01 41 9C 01 54
 
PATCHED:  00094BAC | 38 60 00 01 7B 40 00 20 2F 83 00 01 41 9C 01 54
 
 
=== explore_category_psn.sprx ===
 
==== Enable hidden trophy's title ingame ====
ORIGINAL: 000570E0 | 40 99 00 5C 40 9E 00 9C 3B 81 00 8C 3B A1 00 70
 
PATCHED:  000570E0 | 48 00 00 5C 40 9E 00 9C 3B 81 00 8C 3B A1 00 70
 
 
==== Enable hidden trophy's details ingame ====
ORIGINAL: 00056D4C | 81 3C 00 48 7B 83 00 20 39 29 FF FF 2B 89 00 01
 
PATCHED:  00056D4C | 39 20 00 01 7B 83 00 20 39 29 FF FF 2B 89 00 01
 
 
==== Enable real trophy's icon for hidden trophies in trophy in XMB ====
ORIGINAL: 00057CC4 | 80 7E 00 48 7B 40 00 20 2F 83 00 01 41 9C 01 54
 
PATCHED:  00000000 | 38 60 00 01 7B 40 00 20 2F 83 00 01 41 9C 01 54
 
 
=== np_trophy_plugin.sprx ===
 
==== Enable hidden trophy's title in trophy info in XMB ====
ORIGINAL: 0000D968 | 40 99 00 0C 40 9E 00 3C 48 00 00 28 7F C4 F3 78
 
PATCHED:  0000D968 | 48 00 00 0C 40 9E 00 3C 48 00 00 28 7F C4 F3 78
 
 
==== Enable hidden trophy's details in trophy info in XMB ====
ORIGINAL: 0000D880 | 4B FF FC 55 38 01 00 70 3C A0 00 05 78 1F 00 20
 
PATCHED:  0000D880 | 38 60 00 01 38 01 00 70 3C A0 00 05 78 1F 00 20
 
 
==== Enable real trophy's icon for hidden trophies in trophy info in XMB ====
ORIGINAL: 0000DACC | 4B FF FA 09 38 63 FF FF 2B 83 00 01 41 DD 00 B0
 
PATCHED:  0000DACC | 38 60 00 01 38 63 FF FF 2B 83 00 01 41 DD 00 B0
 
 
=== np_trophy_ingame.sprx   ===
 
==== Enable hidden trophy's title ingame ====
ORIGINAL: 00004EB0 | 40 99 00 0C 40 9E 00 3C 48 00 00 28 7F C4 F3 78
 
PATCHED:  00004EB0 | 48 00 00 0C 40 9E 00 3C 48 00 00 28 7F C4 F3 78
 
 
==== Enable hidden trophy's details in trophy info in XMB ====
ORIGINAL: 00004DC8 | 4B FF FC 55 38 01 00 70 3C A0 00 00 78 1F 00 20
 
PATCHED:  00004DC8 | 38 60 00 01 38 01 00 70 3C A0 00 00 78 1F 00 20
 
 
==== Enable real trophy's icon for hidden trophies in trophy info in XMB ====
ORIGINAL: 00005014 | 4B FF FA 09 38 63 FF FF 2B 83 00 01 41 DD 00 B0
 
PATCHED:  00005014 | 38 60 00 01 38 63 FF FF 2B 83 00 01 41 DD 00 B0
 


{{Custom Firmware}}
{{Custom Firmware}}<noinclude>[[Category:Main]]</noinclude>
<noinclude>
[[Category:Main]]
</noinclude>
You have switched to source editingClose

You can switch back to visual editing at any time by clicking on this icon.

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)