Super Mario 64 C Injection Engine v2 by RealGrude, SuperMarioXerox13 and CalebV64.
This is an example setup for injecting compiled C code into Super Mario 64.
- GNU toolchain
- MSYS2 or any MingW64 subsystem (for NT)
- Python >= 3
src/ .............. Source files, some headers
include/sm64 ...... Header (.h) files
asm/............... Assembly files with addresses
inject.asm ........ Linker tasks, bootstrap code, hook inserts
obj/ .............. Object (.o) files
Super Mario 64 C Injection Engine v2 is released under the Zero Clause BSD license. See the file LICENSE for more details.