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 99: | Line 99: | ||
31a7e0: 88 09 00 00 lbz r0,0(r9) | 31a7e0: 88 09 00 00 lbz r0,0(r9) | ||
</pre> | </pre> | ||
<pre> | <pre> | ||
Line 108: | Line 105: | ||
> 05ffee0: 6063 8c06 4bff fe80 3860 0001 4e80 0020 | > 05ffee0: 6063 8c06 4bff fe80 3860 0001 4e80 0020 | ||
</pre> | </pre> | ||
modulespatch in COBRA7 | |||
{ elf1_func2 + elf1_func2_offset, '''NOP''', &condition_true }, | |||
<pre> | <pre> | ||
Line 121: | Line 121: | ||
60fef8: 4b ff ff e1 bl 0x60fed8 | 60fef8: 4b ff ff e1 bl 0x60fed8 | ||
</pre> | </pre> | ||
*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. | |||
modulespatch in COBRA7 | modulespatch in COBRA7 | ||
Line 126: | Line 128: | ||
{ elf1_func1 + elf1_func1_offset, '''LI(R3, 1)''', &condition_true }, | { elf1_func1 + elf1_func1_offset, '''LI(R3, 1)''', &condition_true }, | ||
{ elf1_func1 + elf1_func1_offset + 4, '''BLR''', &condition_true }, | { elf1_func1 + elf1_func1_offset + 4, '''BLR''', &condition_true }, | ||
====reActPSN==== | ====reActPSN==== |