Pages: 1
RicBent |
Posted on 08-31-18, 03:37 pm
|
||||||||
Mariomaster
Karma: 8498 Posts: 1344/1681 Since: 06-09-12 |
Magikoopa
Code patcher for 3ds games ![]() Magikoopa is a tool that compiles custom code for 3ds games and inserts it into code.bin files and allows adding hooks to the original code allowing for example replacing functions and placing pointers or calls to custom symbols. Magikoopa circumvents the low availability of code space by inserting a loader into that space. The loader marks the end of the data segment as executable which then allows the custom code to execute then. The tool features a nice UI that displays anything that can go wrong during the compiling, linking and inserting steps. It even allows you to jump directly to issues in code/hooks by clicking on the issues displayed in the issues list. Source Code: https://github.com/RicBent/Magikoopa A tutorial on how to use this tool can be found here: Magikoopa Tutorial - How ASM hacks are setup Builds:
_________________________ GitHub - Kuribo64 - YouTube |
Pages: 1