A linker for the Nintendo GameCube.
While the devkitPPC project has tools to create GameCube homebrew and create a statically linked .dol (an executable) file from an ELF, I found it tricky to locate a tool that could do such for .rel (dynamically linked library) files (aka, I only found one after starting this project). As I was more interested in modding games, DOL files wouldn't cut it, as I wanted to be able to load my own code alongside a game - hence cube_code was born.