11.4.0-37: Difference between revisions
Line 10: | Line 10: | ||
===NATIVE_FIRM=== | ===NATIVE_FIRM=== | ||
====Process9==== | ====Process9==== | ||
Exactly two functions were changed. | |||
This is to fix [[3DS_System_Flaws#Process9|safehax]]. | The global boolean preventing [[FIRM|SAFE_FIRM]] from being launched is now set in Process9's main() if [[CONFIG9_Registers#CFG9_BOOTENV|CFG9_BOOTENV]] has bit0 set, that is to say, if it has been launched from a firmlaunch (this register is set to 1 just before a firmlaunch). The following code has also been added in the firmlaunch function itself, immediately after the code-block where the boolean is checked: <code>if(!(CFG9_BOOTENV & 1) /* not a firmlaunch */ || (CFG9_BOOTENV & 6) /* firmlaunched from LGY_FIRM (if even possible at all) */) goto panic</code>. | ||
This is to properly fix [[3DS_System_Flaws#Process9|safehax]]. | |||
====New3DS kernel9loader==== | ====New3DS kernel9loader==== |