
Does anyone know how to compile the Team Twiizers exploits?
Does anyone know how to compile the Team Twiizers exploits?
They're available here:
http://git.infradead.org/users/segher/savezelda.gitClick on "snapshot" to download the latest one.
I did figure out that I had to change the following line in the makefiles:
CROSS ?= broadway- becomes
CROSS ?= /c/devkitPro/devkitPPC/bin/powerpc-eabi-And installing Strawberry Perl seemed to help.
Also removing the -s switch in the loader makefile got passed another error:
(`whoami`@`hostname -s`) becomes
(`whoami`@`hostname`)Then I get stuck!
A couple of reasons I wanted to do this:
1) curiosity
2) I wondered if the loader would have better compatibility than current forwarders for the problem emus.
Any help would be appreciated. Thanks.