Skip to content

Common codebase for userland application ROP with Nintendo 3DS.

Notifications You must be signed in to change notification settings

yellows8/3ds_ropkit

Repository files navigation

This is a codebase intended to be used with userland title exploits in general for Nintendo 3DS.

The exploit would use the scripts here for locating the required ROP addrs. Then in the .s, it would include "ropkit_ropinclude.s", and if this is an regular-application "ropkit_boototherapp.s". Hence, this is somewhat similar to this: https://github.com/yellows8/3ds_browserhax_common

Currently this is only usable with GCC with the "-x assembler-with-cpp" build option.

This requires ropgadget_patternfinder.

ropkit_boototherapp.s

This handles booting the otherapp *hax payload, various defines are required.

This automatically handles locating each 0x1000-byte page in .text used with the payload in physmem, across the entire APPLICATION memregion. Hence, this bypasses the codebin physmem randomization added with v10.4, which was later enabled for more titles with v11.0.

About

Common codebase for userland application ROP with Nintendo 3DS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages