hanai3Bi / Switch-OC-Suite

Overclocking suite for Nintendo Switch devices running Atmosphere CFW
Other
301 stars 19 forks source link

Patching pcv and ptm sysmodules at boot without loader.kip #18

Closed wanderingmeow closed 10 months ago

wanderingmeow commented 1 year ago

As demonstrated in sys-patch, any sysmodules in title list can be patched at boot with the usage of svcReadDebugProcessMemory and svcWriteDebugProcessMemory, including those loaded before SD card initialization (cannot be patched by .ips files).

If this could be implemented in sys-clk-OC, then:

Some issues might arise:

hanai3Bi commented 1 year ago

yes. I did see sys-patch. i forked the repo to test if it suits this project. I will do some tests and see what i can do, it sure has benefits and since users don't have to manually edit hekate_ipl.ini, less confusion

ITotalJustice commented 1 year ago

if you need any help getting this to work / understanding my code, feel free to ask :)

hanai3Bi commented 1 year ago

since sys-clk-oc dependes heavily on loader.kip file, and requires lot of rework, priority for this is low for now.

but potential of migrating sure seems high. so will test more after doing homebrew

hanai3Bi commented 10 months ago

closed as #33 handles issue