shadowninja108 / exlaunch

A framework for injecting C/C++ code into Nintendo Switch applications/applet/sysmodules.
GNU General Public License v2.0
103 stars 41 forks source link

Support for 32 bit games? (Like mk8d) #24

Open enriicsolaa opened 6 days ago

enriicsolaa commented 6 days ago

The framework it's actually compatible with 32 bits?

shadowninja108 commented 6 days ago

Not at the moment, no. The main barrier to 32-bit support would be rewriting the hooking library and core kernel svc stuff. Everything else has generally been written to be conscious of variably sized pointers.