jakibaki / sys-netcheat

Open-source cheat-engine for the Nintendo Switch.
GNU General Public License v3.0
225 stars 23 forks source link

Use svcMapProcessMemory instead of debug-svcs for accessing memory #11

Open jakibaki opened 5 years ago

jakibaki commented 5 years ago

Doesn't pause the process and doesn't need the debugmode=1 patch.

Atmosphere-pm gives us the process handle.

jakibaki commented 5 years ago

TODO: Find out where+how to map properly. Hopefully find a big enough region to map everything so I can just hand an offset to the c-api.