Sorry for the bump, but I'm determined to get this working!
This is my current server structure:
boot.elf
elfloader.mp4
/payload
-----code550.bin
-----elfloader.bin
-----wiiu-browserhax_common.php
-----wiiuhaxx.php
-----wiiuhax_common_cfg.php
-----wiiuhaxx_loader.bin
-----wiiuhaxx_rop_sysver_532.php
-----wiiuhaxx_rop_sysver_550.php
I've tried to use 2 methods to try and get the elf loader to work properly,
The first method was to launch elfloader.mp4 (that I pre-compiled), but it just told me it couldn't find a usable URL... :/
The second method was to try and launch the mp4 through
http://192.168.1.69/payload/wiiuhaxx.php?sysver=550 but that was just freezing.
Is there something I'm doing wrong here?