I downloaded the source code from here:
https://bitbucket.org/Marionumber1/wiiu-userspace/src
What are the steps for building a simple website containing the web browser exploit if I already own a web space? I need an "index.html" file.
Note:
I read the readme and installed all tools.
Using the ./build.sh command like described gives me this:
Is there something I'm missing? It looks like an error.
A "code.bin", "hello.o" and "stack500.bin" files in the "build" folder as well as the "test500.html" file in the root folder are created/ updated. The latter stays completely empty.
How am I supposed to compile a C code example like "hello.c" in order to generate files for my webspace? The "template.html" file in the "build" folder requires the {{ stack}} and {{ code }} parts to be replaced like Tgames did. In my case, nothing happened to it.
Thanks for pointing me in the right direction.
https://bitbucket.org/Marionumber1/wiiu-userspace/src
What are the steps for building a simple website containing the web browser exploit if I already own a web space? I need an "index.html" file.
Note:
I read the readme and installed all tools.
Using the ./build.sh command like described gives me this:
Code:
./build.sh hello.c 500
0+1 records in
0+1 records out
224 bytes (224 B) copied, 0 seconds, Infinity B/s
C:\devkitPro\devkitPPC\bin\powerpc-eabi-ld.exe: warning: cannot find entry symbol _start; defaulting to 01800000
./build.sh: ./generate_html.py: /usr/bin/env: bad interpreter: Permission denied
A "code.bin", "hello.o" and "stack500.bin" files in the "build" folder as well as the "test500.html" file in the root folder are created/ updated. The latter stays completely empty.
How am I supposed to compile a C code example like "hello.c" in order to generate files for my webspace? The "template.html" file in the "build" folder requires the {{ stack}} and {{ code }} parts to be replaced like Tgames did. In my case, nothing happened to it.
Thanks for pointing me in the right direction.









