Hacking Wii U Hacking & Homebrew Discussion

rufuszombot

Assassin
Member
Joined
Apr 13, 2010
Messages
571
Trophies
1
Location
The Moon
XP
2,086
Country
United States
Would the update installer make it possible to replace the browser version with an older version?
I'm on 5.3.2, but I was curious if it were possible to make a firmware-specific installer that just rolls your exploitability back if you're on 5.4. or 5.5.
 
  • Like
Reactions: JustPingo

KungFuzion

Well-Known Member
Member
Joined
Feb 5, 2015
Messages
363
Trophies
0
Age
40
XP
1,150
Country
Any progress with IOSU? MN1 said he had some things he was looking into & Hykem has been way to quite on his progress.

--------------------- MERGED ---------------------------

Hello, may i use the kernel exploit on 5.2.1 or must i update to 5.3.2 please ? thanks !

5.3.2 mate
 
  • Like
Reactions: Margen67

gamesquest1

Nabnut
Former Staff
Joined
Sep 23, 2013
Messages
15,153
Trophies
2
XP
12,247
Would the update installer make it possible to replace the browser version with an older version?
I'm on 5.3.2, but I was curious if it were possible to make a firmware-specific installer that just rolls your exploitability back if you're on 5.4. or 5.5.
while being able to downgrade the browser would mean the 5.4 exploit would have to be released in the first place seemingly making it pointless thats actually a good question, considering devs have said the 5.4+ userland exploit is so fickle, being able to downgrade the browser could restore the 5.3.2 browser for the more stable userland exploit.....but if the wiiu is anything like the 3ds they will have anti downgrade measures in place, but on the 3DS it was as simple as just uninstalling it then re-installing the older version to bypass those restrictions......of course that time between uninstalling and reinstalling was a risky step if the console crashed or for some reason the user turned it off they would be without any browser to get back to that point
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,662
Country
France
Hello, may i use the kernel exploit on 5.2.1 or must i update to 5.3.2 please ? thanks !
here a (maybe incomplete?) resume of what's possible:
2.0.1 – Not Done
2.1.0 – Not Done
3.0.1 – Working UserLand /Kernel /IOSU Exploit
3.0.2 – Working UserLand /Kernel/IOSU Exploit
3.1.0 – Working UserLand /Kernel/ IOSU Exploit
4.0.0 – Working Userland Exploit
4.1.0 – Working Userland Exploit
5.0.0 – Working Userland/Kernel Exploit
5.1.1 – Working Userland/Kernel Exploit
5.1.2 – Working Userland
5.2.0 – Working Userland
5.3.2 – Working Userland/Kernel Exploit
5.4.0 – Ongoing Progress

if you want to know specifically for the spoofer/NUSInstaller, it was tested only on 5.3.2, it "might" work on other versions.
 
  • Like
Reactions: Margen67

FIX94

Former Staff
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
30
Location
???
XP
11,248
Country
Germany
So as I said earlier I got the gc usb adapter figured out and patched the gamepad inputs with it. I just opened a new github page for it so check that out.
https://github.com/FIX94/gc-to-vpad
If I made any mistakes or they are any weird problems with it I probably made a mistake while packing this mess into a project together so let me know.
 

pedro702

Well-Known Member
Member
Joined
Mar 3, 2014
Messages
12,722
Trophies
2
Age
33
XP
8,713
Country
Portugal
So as I said earlier I got the gc usb adapter figured out and patched the gamepad inputs with it. I just opened a new github page for it so check that out.
https://github.com/FIX94/gc-to-vpad
If I made any mistakes or they are any weird problems with it I probably made a mistake while packing this mess into a project together so let me know.
i advice people that have a wiiu gc adapter to try this it works great so far mario kart 8, lego the hobbit among others work perfectly with the wiiu gc adapter, mk8 specialy feels amazing.


Also on another note:
I dont know if this has been known here Mass effect 3 pal atleast when launched kills the kernel exploit just saying this since i dont know if anyone ever reported that.
 

Onion_Knight

Well-Known Member
Member
Joined
Feb 6, 2014
Messages
878
Trophies
0
Age
45
XP
997
Country
Its exploitable...I've been meaning to do this for awhile, But I have a 5.2.1 that came pre-installed with mario 3d world and nintendo land. I'll take a look here and see if the syscall table is located near the same place. Thats all thats needed to port the exploit.
 

NWPlayer123

Well-Known Member
Member
Joined
Feb 17, 2012
Messages
2,642
Trophies
0
Location
The Everfree Forest
XP
6,693
Country
United States
Its exploitable...I've been meaning to do this for awhile, But I have a 5.2.1 that came pre-installed with mario 3d world and nintendo land. I'll take a look here and see if the syscall table is located near the same place. Thats all thats needed to port the exploit.
You'll also need code execution in the first place, which might need new ROP
 

Kekskrümel

Well-Known Member
Newcomer
Joined
Mar 3, 2014
Messages
47
Trophies
0
Age
39
XP
971
Country
Gambia, The
So as I said earlier I got the gc usb adapter figured out and patched the gamepad inputs with it. I just opened a new github page for it so check that out.
https://github.com/FIX94/gc-to-vpad
If I made any mistakes or they are any weird problems with it I probably made a mistake while packing this mess into a project together so let me know.

So if i read the github page correctly Spaltoon doesn't work this ? Any way/plan to change this in the future ?

Thx for your work
 

FIX94

Former Staff
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
30
Location
???
XP
11,248
Country
Germany
So if i read the github page correctly Spaltoon doesn't work this ? Any way/plan to change this in the future ?
Well the problem is I need a way to share a memory region with the read code and the gamepad code and to have a consistent way I need to do some ugly kernel-only things which at least according to cafiine and pygecko will break the game, I dont own it so I have no clue.
 

dibas

Well-Known Member
Newcomer
Joined
Sep 16, 2008
Messages
76
Trophies
1
XP
925
Country
Bahamas, The
So, for those who are interested as to how you use SD cards in homebrew, I've been working on a small poc that shows how you mount one and then read from it:
https://github.com/dibas/smashd

Note: It's not going to work if you just compile and run it, you need to run this code from within a process that has appropriate permissions (Mii Maker Channel or SSBU for example). Just have a look at the pyGecko installer source code to get an idea of what you need to do.

For now it's just an FSReadFile() example, but I'm planning to add example code for writing files and other file handling, too. The real "magic" happens at FSGetMountSource() and FSMount(), everything afterwards is just normal file handling stuff, so you can also use the fs example in the libwiiu repo.

In case you notice any mistakes or have any questions, just tell me!
 
Last edited by dibas,

pedro702

Well-Known Member
Member
Joined
Mar 3, 2014
Messages
12,722
Trophies
2
Age
33
XP
8,713
Country
Portugal
So any wiiu dev has any idea why mass effect 3 when loaded destroys the kernel exploit? the game clears the ram or something?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Veho @ Veho:
    Nah, a hit gives them mad meth powers, but makes them more difficult to control.
    +1
  • Veho @ Veho:
    Before a hit they're like zombies, persistent but slow.
    +1
  • Veho @ Veho:
    It's a tradeoff.
    +1
  • The Real Jdbye @ The Real Jdbye:
    no i mean, before a hit is after the previous hit
    +1
  • The Real Jdbye @ The Real Jdbye:
    if you keep them well enough fed, it's the same thing
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    By the power of Florida Man, I have the power!!! *Lifts up meth pipe* Meth Man!!! lol
  • BakerMan @ BakerMan:
    Guys, I just learned my little brother is in the hospital because he had a seizure last night.
  • cearp @ cearp:
    Sorry to hear that BakerMan
    +2
  • BakerMan @ BakerMan:
    Just found out he's doing alright, doing a lot of complaining too, rightfully so. Who wouldn't complain after having a seizure and being hospitalized?
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Glad he is OK and complaining is cool :)
    +1
  • K3Nv2 @ K3Nv2:
    Yeah been there had that no fun
    +1
  • K3Nv2 @ K3Nv2:
    They'll give him sleep studies eegs and possibly one week hospital stay
    +1
  • BakerMan @ BakerMan:
    I hope it's not a week.
  • K3Nv2 @ K3Nv2:
    It's standard so doctors can get a idea about what's going on
  • BakerMan @ BakerMan:
    understood
  • BakerMan @ BakerMan:
    well, i'm glad he seems to be doing fine, and ig i'm going to start spewing goofy shit again
  • BakerMan @ BakerMan:
    Update: Turns out he's epileptic
  • K3Nv2 @ K3Nv2:
    Get a 2nd opinion run mris etc they told me that also
  • Psionic Roshambo @ Psionic Roshambo:
    Also a food allergy study would be a good idea
  • K3Nv2 @ K3Nv2:
    Turns out you can't sprinkle methamphetamine on McDonald's French fries
  • ZeroT21 @ ZeroT21:
    they wouldn't be called french fries at that point
  • ZeroT21 @ ZeroT21:
    Probably just meth fries
  • K3Nv2 @ K3Nv2:
    White fries hold up
    K3Nv2 @ K3Nv2: White fries hold up