-
Notifications
You must be signed in to change notification settings - Fork 12
TODO
Jon Feldman edited this page Jun 4, 2016
·
6 revisions
- Optimize the code in svc. It's slow, because it checks the filesystem for 0xfe files that don't exist. It should list the dir instead.
- Reboot patch
- EmuNAND. By this, I mean any non-physical NAND, not just gateway style or RedNAND.
- I'd like to implement a loop mount-like EmuNAND, if possible.
- Make config file for corbenik plaintext. Nobody likes binary configs. They suck. Massively. Especially when you fuck up a setting and need to change it on something that isn't a 3ds.
- In place firmware loading/patching.
- Weird hack central - Developer 11.4 leaked. Allow injecting debug module?
- Attempt to create a replacement handler for Service 0x3D, AKA OutputDebugString(void const, int) to log to a file on SD.
- Might be a pipe dream. It still would be cool to capture debug logs from games.
- Pretty sure this goes over JTAG on PARTNER units and anything else >/dev/null.
- Might be a pipe dream. It still would be cool to capture debug logs from games.
- Maybe replace svc 0xFF with something fancy.
- Change some stdlib functions to more closely imitate their userland counterparts