Patches/sandbox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 23: | Line 23: | ||
= disable load of coldboot on boot (does not work) = | = disable load of coldboot on boot (does not work) v1 = | ||
'''(does not work)''' | '''(does not work)''' | ||
set search "\x00\x00\x00\x34\x00\x00\x05\xF4" | set search "\x00\x00\x00\x34\x00\x00\x05\xF4" | ||
set replace "\x00\x00\x00\x34\xFF\xFF\xFF\x88" | set replace "\x00\x00\x00\x34\xFF\xFF\xFF\x88" | ||
== Offsets == | |||
{|class="wikitable" style="font-size:small; text-align: center;border:2px ridge #999999;" | |||
|- | |||
! custom_render_plugin.prx !! 4.00 !! 4.01 !! 4.10 !! 4.11 !! 4.20 !! 4.21 !! 4.23 !! 4.25 !! 4.26 !! 4.30 !! 4.31 !! 4.40 !! 4.41 !! 4.45 !! 4.46 !! 4.50 !! 4.55 !! 4.60 !! 4.65 !! 4.66 !! 4.70 | |||
|- | |||
| {{CEX}} || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - | |||
|- | |||
| {{SEX}} || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - | |||
|- | |||
| {{DEX}} || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - | |||
|- | |||
| {{DECR}} || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - | |||
|- | |||
|} | |||
= disable load of coldboot on boot (does not work) v2 = | |||
'''(does not work)''' | |||
set search "\x40\x9E\x00\x14\x38\x60\x00\x00\x38\x80\x00\x00" | |||
set replace "\x48\x00\x00\x14\x38\x60\x00\x00\x38\x80\x00\x00" | |||
== Offsets == | == Offsets == |
Revision as of 19:00, 1 June 2015
disable wait for coldboot view sleep
CEX + SHOP + DEX + DECR
set search "\x88\x1D\x00\x06\x3C\x60\x00" set replace "\x38\x00\x00\x01\x3C\x60\x00"
GEX/Arcade
N/A
Offsets
vsh.elf | 4.00 | 4.01 | 4.10 | 4.11 | 4.20 | 4.21 | 4.23 | 4.25 | 4.26 | 4.30 | 4.31 | 4.40 | 4.41 | 4.45 | 4.46 | 4.50 | 4.55 | 4.60 | 4.65 | 4.66 | 4.70 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CEX | 0xBEA98 | - | 0xBEA88 | 0xBEABC | 0xBF1DC | 0xBF1DC | - | 0xBF1E4 | - | 0xBF4E4 | 0xBF4E4 | 0xBF4E4 | 0xBF4E4 | 0xBF4E4 | 0xBF4E4 | - | - | 0xBF3B0 | 0xBF3B0 | 0xBF3B0 | 0xBF30C |
SEX | 0xBED04 | - | 0xBECF4 | 0xBED28 | 0xBF44C | 0xBF44C | 0xBF44C | - | 0xBF454 | - | 0xBF754 | 0xBF6E8 | 0xBF6E8 | 0xBF6E8 | 0xBF6E8 | - | 0xBF5F4 | 0xBF5A4 | - | 0xBF5A4 | 0xBF500 |
DEX | 0xC3AA8 | 40xC3AA8 | 0xC3A98 | 0xC3ACC | 0xC41D4 | 0xC41D4 | - | 0xC41EC | - | 0xC44EC | - | - | - | - | - | 0xC43D4 | 0xC43F0 | 0xC43B0 | - | 0xC43B0 | - |
DECR | 0xC3F58 | - | - | - | - | - | - | - | - | - | - | - | - | - | - | 0xC5110 | - | - | - | - | - |
disable load of coldboot on boot (does not work) v1
(does not work)
set search "\x00\x00\x00\x34\x00\x00\x05\xF4" set replace "\x00\x00\x00\x34\xFF\xFF\xFF\x88"
Offsets
custom_render_plugin.prx | 4.00 | 4.01 | 4.10 | 4.11 | 4.20 | 4.21 | 4.23 | 4.25 | 4.26 | 4.30 | 4.31 | 4.40 | 4.41 | 4.45 | 4.46 | 4.50 | 4.55 | 4.60 | 4.65 | 4.66 | 4.70 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CEX | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
SEX | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
DEX | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
DECR | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
disable load of coldboot on boot (does not work) v2
(does not work)
set search "\x40\x9E\x00\x14\x38\x60\x00\x00\x38\x80\x00\x00" set replace "\x48\x00\x00\x14\x38\x60\x00\x00\x38\x80\x00\x00"
Offsets
custom_render_plugin.prx | 4.00 | 4.01 | 4.10 | 4.11 | 4.20 | 4.21 | 4.23 | 4.25 | 4.26 | 4.30 | 4.31 | 4.40 | 4.41 | 4.45 | 4.46 | 4.50 | 4.55 | 4.60 | 4.65 | 4.66 | 4.70 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CEX | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
SEX | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
DEX | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
DECR | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |