Rinnegatamante / lpp-3ds

Lua Player Plus for 3DS
GNU General Public License v3.0
179 stars 32 forks source link

Fasthax Support #53

Closed Wolvan closed 7 years ago

Wolvan commented 7 years ago

Add support for Fasthax to achieve kernel11 access on firmwares > 10.7 and get access to more syscalls

Rinnegatamante commented 7 years ago

I'm not into 3ds scene anymore, what fasthax is and some references on how to implement it?

ihaveamac commented 7 years ago

fasthax is an arm11 kernel exploit for up to 11.2. I don't think you implement the exploits into your program anymore, you run a separate 3dsx (like fasthax.3dsx), then run the program you want with kernel access.

https://github.com/nedwill/fasthax#for-homebrew-application-developers

Wolvan commented 7 years ago

Fasthax is the new Kernel- Ninja'd by ihaveamac, Thanks

Edit: Wasn't aware that you don't embed fasthax either anymore, good to know, though.