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
362
Trophies
0
Age
39
XP
1,126
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
45
Location
Engine room, learning
XP
15,648
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
29
Location
???
XP
11,238
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,719
Trophies
2
Age
33
XP
8,690
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
29
Location
???
XP
11,238
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,719
Trophies
2
Age
33
XP
8,690
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
  • No one is chatting at the moment.
  • Xdqwerty @ Xdqwerty:
    also gonna install twilight menu in my r4 flashcard
  • Psionic Roshambo @ Psionic Roshambo:
    One thing that just occurred to me.... The sound on the 2600 sucked less back then the harsh sound we hear now is from infinitely better speakers we have now, back when the 2600 was new speakers produced a almost muffled sound, like CRTs made old graphics look slightly better.
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder if I could recommend that to some emulation devs that perhaps the sound could use some smoothing out to simulate those old TVs
  • Psionic Roshambo @ Psionic Roshambo:
    I think a few of the early systems could benefit from that, at least up to the 8 bit generation, by the 16 bit generation I think TVs had gotten a lot better in almost every way
  • Xdqwerty @ Xdqwerty:
    i dont have an sd card adapter but I have an usb sd card adapter
  • K3Nv2 @ K3Nv2:
    Old people games
  • Xdqwerty @ Xdqwerty:
    its not the one that comes with the r4
  • Xdqwerty @ Xdqwerty:
    doesnt work (my flashcard is from r4isdhc.com)
  • Xdqwerty @ Xdqwerty:
    might install ysmenu first
  • Psionic Roshambo @ Psionic Roshambo:
    Try Wood firmware
  • Psionic Roshambo @ Psionic Roshambo:
    For your R4
  • Psionic Roshambo @ Psionic Roshambo:
    It's old but it's the best firmware out for DS stuff
  • Xdqwerty @ Xdqwerty:
    it says it only works for the original R4, R4i Gold (r4ids.cn), R4iDSN (r4idsn.com) and Acekard R.P.G.
  • Xdqwerty @ Xdqwerty:
    nvm it does support mine
  • Xdqwerty @ Xdqwerty:
    but why choose it over ysmenu @Psionic Roshambo?
  • Xdqwerty @ Xdqwerty:
    bc im stupid?
  • Xdqwerty @ Xdqwerty:
    yea ik im stupid
  • Xdqwerty @ Xdqwerty:
    good night
  • Psionic Roshambo @ Psionic Roshambo:
    Just give it a try, but honestly if you have a 3DS you can play DS games without a card just off the internal SD card
  • Psionic Roshambo @ Psionic Roshambo:
    Slightly slower loading but a bit more convenient
  • BakerMan @ BakerMan:
    guys, my fuckin headphones have an out of place speaker
  • K3Nv2 @ K3Nv2:
    Did you try wearing them?
    B @ btjunior: @Xdqwerty 16