Editing ReDRM / Piracy dongles
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 865: | Line 865: | ||
===CORE_OS_PACKAGE.pkg=== | ===CORE_OS_PACKAGE.pkg=== | ||
====lv1.self==== | ====lv1.self==== | ||
Just one patch: | |||
<pre> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | |||
<pre> | OFW: 000F5A40 39 20 00 00 9 .. li r9,0 | ||
JB2: 000F5A40 39 20 00 01 9 .. li r9,1</pre> | |||
<!--// ofw: 2d5a44: 39 20 00 00 li r9,0 / jb2: 2d5a44: 39 20 00 01 li r9,1//--> | |||
OFW: | This is in lv1_map_htab to allow for RW mapping of all RAM. So who knows how many other lv1 patches are done at runtime. | ||
</pre> | |||
< | |||
====lv2_kernel.self==== | ====lv2_kernel.self==== |