From 0867385e167b2a23db4748117da0adeae565c7ff Mon Sep 17 00:00:00 2001 From: orboditilt <45944072+orboditilt@users.noreply.github.com> Date: Tue, 8 Jan 2019 16:04:37 +0100 Subject: [PATCH] Remove the unneeded "Rop helper", place the payload before the spraying --- index.php | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/index.php b/index.php index 6c5c3e0..902320f 100644 --- a/index.php +++ b/index.php @@ -25,6 +25,7 @@ $wiiuhaxxcfg_payloadfilepath = "code550.bin"; // The actual payload that will be $wiiuhaxxcfg_loaderfilepath = "wiiuhaxx_common/wiiuhaxx_loader.bin"; **/ require_once("wiiuhaxx_common/wiiu_browserhax_common.php"); +generate_ropchain(); ?>