Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.12 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.12 KB

What does this do?

This project contains C/C++ function templates to write cheat codes in a higher level language. The assembly then can be viewed with a disassembler like IDA Pro. The machine code can be copied with ELF Function Utility. The machine code then has to be placed into an execute assembly cheat code and sent using JGecko U.

This project does NOT aim to compile into a working Wii U home brew app. It is only meant for generating assembly for use with cheat codes, so do NOT put the ELF file onto your SD card as you usually would.

Is there a complete tutorial?

Yes, this video.

How do I compile?

Just like described here but without portlibs.

Credits

dimok for link.ld and Makefile
BullyWiiPlaza for template functions