Skip to content

aglab2/hacktice

Repository files navigation

hacktice

hacktice is a practice ROM made for SM64 romhacks. It is written in C and use similar API to decomp so it can be used in both binary and decomp hacks.

Building

Currently Windows with clang is only supported but Linux should work too although extra steps might be needed.

Windows:

  • Download LLVM + make + MSVC. I suggest using cmder for git & bash.
  • Use 'make' to compile the payload to 'Hacktice/data' folder and inject it in 'sr8.z64' for testing.
  • [Optional] Use Simple Armips GUI to convert binary 'hook.asm' to 'Hacktice/hook.xml' and compile 'hook.asm' to 'sr8.z64'
  • For hacktice.exe distribution: open MSVC project 'Hacktice/Hacktice.sln' and compile it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published