GDB Stub Sysmodule for the Nintendo Switch.
- List running processes
- Attach/detach from a process
- Read registers
- Read/write memory
- Break/continue
- List threads and switch between them
- Breakpoints
- Single stepping
Download the latest release and extract it to the root of your sdcard. The sysmodule will be started automatically at the next boot.
(gdb) target extended-remote <your-switch-ip>:10000
(gdb) info os processes
pid command
1 Loader
2 ProcessMana
3 sm
...
(gdb) attach <pid>