You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# sys-patch
2
2
3
-
A script-like system module that patches **fs**, **es**, **ldr**and **nifm** on boot.
3
+
A script-like system module that patches **fs**, **es**, **ldr**, **nifm**and **nim** on boot.
4
4
5
5
---
6
6
@@ -57,14 +57,10 @@ To activate the sys-module, reboot your switch, or, use [sysmodules overlay](htt
57
57
58
58
Here's a quick run down of what's being patched:
59
59
60
-
-**fs**
61
-
-**es**
62
-
-**ldr**
63
-
-**nifm**
64
-
65
-
**fs** and **es** need new patches after every new firmware version.
66
-
**ldr** needs new patches after every new [Atmosphere](https://github.com/Atmosphere-NX/Atmosphere/) release.
67
-
**nifm** ctest patch allows the device to connect to a network without needing to make a connection to a server.
60
+
-**fs** and **es** need new patches after every new firmware version.
61
+
-**ldr** needs new patches after every new [Atmosphere](https://github.com/Atmosphere-NX/Atmosphere/) release.
62
+
-**nifm** ctest patch allows the device to connect to a network without needing to make a connection to a server
63
+
-**nim** patches to the ssl function call within nim that queries "https://api.hac.%.ctest.srv.nintendo.net/v1/time", and crashes the console if console ssl certificate is not intact. This patch instead makes the console not crash.
68
64
69
65
The patches are applied on boot. Once done, the sys-module stops running.
70
66
The memory footprint *(16kib)* and the binary size *(~50kib)* are both very small.
0 commit comments