Hacking How to compile Cafiine! (Tutorial)

  • Thread starter Thread starter MrRean
  • Start date Start date
  • Views Views 18,327
  • Replies Replies 57
  • Likes Likes 11

MrRean

WiiU Helper / Hacker
Member
Joined
Jan 21, 2013
Messages
422
Reaction score
1,502
Trophies
0
Age
27
XP
1,607
Country
United States
thanks for the easy tut
but after all i cant reach my ip on the wii u
acces to my ip/localhost on the pc works
but any other device cant
 
Last edited by moops44,
After a while of editing, I finally teach you guys how to compile cafiine and find your IPv4 address, how to insert your IP to be read, and everything. :)



Here's a few links if you don't want to look for them in the video:
http://wiiu.us.to/
http://rhcafe.us.to/
http://cygwin.com/
http://sourceforge.net/projects/devkitpro/?source=typ_redirect
https://www.apachefriends.org/index.html

Enjoy! Any questions, can be asked below. :)


Awesome and easy to follow. Can you explain howto compile the pygecko codehandler.
 
Is the caffine 'magic' available in a readable format of code?
Or perhaps the reason for concealing the source code of the 'magic' has been done for the better?
 
anybody know off hand the issue with

$ python build.py examples/cafiine
Building for your cygwin_nt-6.1 platform...
Traceback (most recent call last):
File "build.py", line 100, in <module>
main()
File "build.py", line 40, in main
subprocess.call(['make'])
File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
 
Slightly off topic: can this be used to examine files (speficically update contents) for smash bros? Could this therefore be used to scan for and potentially unlock new amiibos?

How was @crediar accessing files in hyrule to reveal tingle and the sound tracks?

Sorry for the questions, I stupidly updated my Wii U and can't use this yet :(
 
you don't have make installed or in the path
Well I installed automake from the Devel in the cygwin installer and I still get the


AIO@D14214105PC3 ~
$ python build.py examples/cafiine
Building for your windows platform...
Traceback (most recent call last):
File "build.py", line 100, in <module>
main()
File "build.py", line 40, in main
subprocess.call(['make'])
File "C:\Python27\Lib\subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\Lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "C:\Python27\Lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
 
Well I installed automake from the Devel in the cygwin installer and I still get the


AIO@D14214105PC3 ~
$ python build.py examples/cafiine
Building for your windows platform...
Traceback (most recent call last):
File "build.py", line 100, in <module>
main()
File "build.py", line 40, in main
subprocess.call(['make'])
File "C:\Python27\Lib\subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\Lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "C:\Python27\Lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
Update devkitPro and devkitPPC.
 
@bully, that is the same thing I did, I am having a trouble with compiling all together it seems.

Slso my devkit is on 1.5.4 I believe it's up to date when I run the updater at least
 
Well I installed automake from the Devel in the cygwin installer and I still get the


AIO@D14214105PC3 ~
$ python build.py examples/cafiine
Building for your windows platform...
Traceback (most recent call last):
File "build.py", line 100, in <module>
main()
File "build.py", line 40, in main
subprocess.call(['make'])
File "C:\Python27\Lib\subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\Lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "C:\Python27\Lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
go into the directory with the make file and type, "make" see what the error there is
 
$ python build.py examples/cafiine
Building for your cygwin_nt-6.1 platform...
mkdir -p ./bin
# Build findcode
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=532+ ./src/findcode532.c
make: powerpc-eabi-gcc: Command not found
make: *** [findcode532] Error 127
mkdir -p ./bin/532/
mkdir -p ./bin/500/
mkdir -p ./bin/410/
mkdir -p ./bin/400/
mkdir -p ./bin/310/
mkdir -p ./bin/300/
mkdir -p ./bin/210/
mkdir -p ./bin/200/
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=532 ./src/*.c
/bin/sh: powerpc-eabi-gcc: command not found
make: *** [libwiiu532] Error 127
mkdir -p C:/cygwin64/home/Johnny/examples/cafiine/bin/
powerpc-eabi-gcc -std=gnu99 -nostdinc -fno-builtin -c -DVER=532 src/*.c
/bin/sh: powerpc-eabi-gcc: command not found
make: *** [main532] Error 127
Traceback (most recent call last):
File "/home/Johnny/framework/generate_html.py", line 169, in <module>
main()
File "/home/Johnny/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Johnny/examples/cafiine/bin/code532.bin'
Traceback (most recent call last):
File "/home/Johnny/framework/generate_html.py", line 169, in <module>
main()
File "/home/Johnny/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Johnny/examples/cafiine/bin/code500.bin'
Traceback (most recent call last):
File "/home/Johnny/framework/generate_html.py", line 169, in <module>
main()
File "/home/Johnny/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Johnny/examples/cafiine/bin/code410.bin'
Traceback (most recent call last):
File "/home/Johnny/framework/generate_html.py", line 169, in <module>
main()
File "/home/Johnny/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Johnny/examples/cafiine/bin/code400.bin'
Traceback (most recent call last):
File "/home/Johnny/framework/generate_html.py", line 169, in <module>
main()
File "/home/Johnny/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Johnny/examples/cafiine/bin/code310.bin'
Traceback (most recent call last):
File "/home/Johnny/framework/generate_html.py", line 169, in <module>
main()
File "/home/Johnny/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Johnny/examples/cafiine/bin/code300.bin'
Traceback (most recent call last):
File "/home/Johnny/framework/generate_html.py", line 169, in <module>
main()
File "/home/Johnny/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Johnny/examples/cafiine/bin/code210.bin'
Traceback (most recent call last):
File "/home/Johnny/framework/generate_html.py", line 169, in <module>
main()
File "/home/Johnny/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Johnny/examples/cafiine/bin/code200.bin'
Traceback (most recent call last):
File "build.py", line 100, in <module>
main()
File "build.py", line 63, in main
rootIndexGen(wwwDir);
File "build.py", line 91, in rootIndexGen
f.write(versionsSupported[-1])
IndexError: list index out of range



how do i fix this, i have no idea its say powerpc-eabi-gcc: Command not found
but i found it and it still show that unless the file is corrupted.
 

Site & Scene News

Popular threads in this forum