Hacking Wii U Hacking & Homebrew Discussion

  • Thread starter Thread starter filfat
  • Start date Start date
  • Views Views 5,062,977
  • Replies Replies 21,104
  • Likes Likes 29
Two questions for the devs:
  1. I have downloaded pyGecko and ran make. What am I supposed to do with the output files in /bin to build the codehandler in to a webpage?
  2. Will rpc eventually be able to be used across applications like pyGecko?
 
Two questions for the devs:
  1. I have downloaded pyGecko and ran make. What am I supposed to do with the output files in /bin to build the codehandler in to a webpage?
  2. Will rpc eventually be able to be used across applications like pyGecko?

Run the kernel exploit > Run code handler installer > Launch App > Connect
 
  • Like
Reactions: Margen67
Oh, there's no installer for it. Okay.. uh. I'm not sure if I'm allowed to share the installer. I'll ask Marionumber1 what the situation is.
Do you just put the codehandler532.id file into your directory and run the exploit then run it again with codehandler to access Gecko?
 
To make an installer, use this code. (5.3.2 and 5.4.0 only)

Code:
/* Install Handler */
memcpy((void*)0xA11dd000, codehandler_text_bin, codehandler_text_bin_len);
      
/* Patch Coreinit */
*((uint32_t *)0xA101c55c) = 0x481c0aa5;
*((uint32_t *)0xA10c0404) = 0x38600000;
*((uint32_t *)0xA10c0408) = 0x4e800020;
 
To make an installer, use this code. (5.3.2 and 5.4.0 only)

Code:
/* Install Handler */
memcpy((void*)0xA11dd000, codehandler_text_bin, codehandler_text_bin_len);
     
/* Patch Coreinit */
*((uint32_t *)0xA101c55c) = 0x481c0aa5;
*((uint32_t *)0xA10c0404) = 0x38600000;
*((uint32_t *)0xA10c0408) = 0x4e800020;

You'll probably also want to add:
Code:
kern_write(KERN_ADDRESS_TBL + (0x12 * 4), 0x00000000);
kern_write(KERN_ADDRESS_TBL + (0x13 * 4), 0x14000000);

Otherwise, some games will break.
 
Why did my Wii U have to update itself back when 5.4.0 came out :( *sniff* I'm so looking forward to playing around with TCPGecko and Cafiine.
Anyway, what I really wanted to do is to thank @Marionumber1, @NWPlayer123, @Mathew_Wi and all the others who are part of initiating the homebrew scene. I feel like this isn't said often enough with all the people begging for releases and not really appreciating the hard work these people have done and are doing. Looking forward to seeing some IOSU stuff next!
 
???
Open your WiiU Browser.
Open this URL: http://wj44.bplaced.net/osdriver/
It redirects you to the HOME-MENU.
Open Browser again.
Open this URL: http://wj44.bplaced.net/PyGecko2/
open a Game.
Extract Gecko to Desktop.
run Gecko dNet.exe
connect to your WiiU.

I have to host everything on a local server because my router can't block addresses. So I just was wondering..

So I need to download http://wj44.bplaced.net/osdriver/payload532.html as well? ofc i have to i guess..
 
@Mathew_Wi

Is there any sort of time estimate for how long it will be until the 5.4.0 exploit is released (I' fine without an answer if you don't know).
 

Site & Scene News

Popular threads in this forum