Skip to content

BullyWiiPlaza/Wii-U-Code-Compilation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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