Hacking Wii U Hacking & Homebrew Discussion

  • Thread starter Thread starter filfat
  • Start date Start date
  • Views Views 5,120,904
  • Replies Replies 21,104
  • Likes Likes 29
There are a few examples in the SDK if you want to cheat.
RecoveryImage.png
Why is using the SDK frowned upon? Is it a moral thing? Like you want to reverse engineer things on your own? Or is it a legal thing? Just curious.
 
Why is using the SDK frowned upon? Is it a moral thing? Like you want to reverse engineer things on your own? Or is it a legal thing? Just curious.
Kinda both, we're too good to use the SDK, we'll do it on our own just like everything else we've done :P
 
Why is using the SDK frowned upon? Is it a moral thing? Like you want to reverse engineer things on your own? Or is it a legal thing? Just curious.

Kinda both, we're too good to use the SDK, we'll do it on our own just like everything else we've done :P

It largely has to do with it being copyrighted material and against the terms of use for it to have been leaked in the first place.
 
It largely has to do with it being copyrighted material and against the terms of use for it to have been leaked in the first place.
Yeah but i doubt there'd be any legal issues if you just looked at it to ascertain how to reverse something. It would be extremely hard to prove that someone used the SDK as reference material.
 
  • Like
Reactions: Margen67
Hi all. I am back for an update and found some interesting things :). I just want to say thanks for everyones work. I still don't understand what the hell has been done or not done but I see people excited so maybe that means something.

Anyways, I just wanted to ask. I noticed someone talking about downgrading and backing up or something. Did someone try that? If not, maybe explain 1 more time what needs to be done and I will try it. I don't care about the Wii if it bricks. I just want to contribute as much as I can since I don't know anything about code... but I can follow a tutorial and maybe help out that way?

Let me know if I can be of use since again I don't care what happens to the Wii U. I just want to see if we can get this released ASAP :)

PS. I offer this only if its like a needed thing from developers. I don't want to brick my Wii U, but I what I mean is that I want to help develop this ASAP and if this is a step I would like to help.
 
Last edited by NotHere,
Looks like we're getting closer.
(Ofcourse hoping for a kernel/IOSU exploit)

I'm still on FW 2.1.0E, if you need something tested on a low FW, i'm in. :)
 
The SDK is easy because it contains useful development tools and existing libraries one can use for programming things so a true hacker wouldn't feel proud about using it after all the successful exploitation.
 
  • Like
Reactions: VinsCool
Hi all. I am back for an update and found some interesting things :). I just want to say thanks for everyones work. I still don't understand what the hell has been done or not done but I see people excited so maybe that means something.

Anyways, I just wanted to ask. I noticed someone talking about downgrading and backing up or something. Did someone try that? If not, maybe explain 1 more time what needs to be done and I will try it. I don't care about the Wii if it bricks. I just want to contribute as much as I can since I don't know anything about code... but I can follow a tutorial and maybe help out that way?

Let me know if I can be of use since again I don't care what happens to the Wii U. I just want to see if we can get this released ASAP :)

PS. I offer this only if its like a needed thing from developers. I don't want to brick my Wii U, but I what I mean is that I want to help develop this ASAP and if this is a step I would like to help.

I am working on a PDF that will have instructions, if you really want to try it. But first:

Do you have a tri-wing screwdriver to open the Wii U?
How is your solder work? (Rat shack iron or fancy MetCal?)
Do you have a SD card reader to sacrifice?
20AWG(+) wire?

Even if people don't want to try to downgrade, at least you can dump your unit, and preserve the 5.3.2. FW, one that came from your specific unit. I don't know that it matters, but I would only think it would remove any compatibility issues in returning (re-flashing) it to the console.



ehhh. The SDK is a great tool, especially if you are going to want to write homebrew. But again it should just be another tool in your arsenal. Information is your only true weapon.
 
This is pointless to try since devkits have their own set of keys, though there is no risk since it will only installed correctly signed and encrypted content.

crediar is absolutely correct! A recovery image in the SDK is NOT going to work on a retail unit. Even if you were somehow able to fool the console to install it, it would likely brick it. I can't go into specifics, because of the NDA I signed, but I can tell you that the recovery image for the dev kits ARE NOT the same as the OS for a retail unit....
 
Surely a IOSU exploit & all the keys is going to have to surface before anybody could find a safe successful way of downgrading??
 
Anyone care to give a lesson on how to analyze a file to determine what encryption method has been used on it?

And don't conflate the dump.img (Win32imager) you can make with the recovery.img from the DevKit, definitely 2 different animals.
You could probably write a true disk image (via hardware) a lot easier than using the POWER + EJECT + IMG on SD. And poking around there are already some tools for easily flashing the unit, I might try to see if they will work
with a simple FTDI board instead of the card reader.


***I found this, but I know squat about Python. It is supposed to be able to identify how something is encrypted -- if I understand correctly. What is the best Python Environment to run on Win 7 64bit so I can run this script?

http://www.mediafire.com/view/i3iob9aoa37j5t6/Hash_ID_v1.1.py



from here:

https://code.google.com/p/hash-identifier/
 
Last edited by mixelpixx,
Noooo. My wii u updated automatically to 5.4.0. Dang it. I gues it doesnt matter becuase I want to play online on Splatoon
 
  • Like
Reactions: keven3477
Anyone care to give a lesson on how to analyze a file to determine what encryption method has been used on it?

And don't conflate the dump.img (Win32imager) you can make with the recovery.img from the DevKit, definitely 2 different animals.
You could probably write a true disk image (via hardware) a lot easier than using the POWER + EJECT + IMG on SD. And poking around there are already some tools for easily flashing the unit, I might try to see if they will work
with a simple FTDI board instead of the card reader.


***I found this, but I know squat about Python. It is supposed to be able to identify how something is encrypted -- if I understand correctly. What is the best Python Environment to run on Win 7 64bit so I can run this script?

http://www.mediafire.com/view/i3iob9aoa37j5t6/Hash_ID_v1.1.py



from here:

https://code.google.com/p/hash-identifier/

Unless you are talking about hashes (one-way encryption), no. That program will only recognize hashed stuff, which is (I guess) pointless as it is not decryptable anyway.
 
I am working on a PDF that will have instructions, if you really want to try it. But first:

Do you have a tri-wing screwdriver to open the Wii U?
How is your solder work? (Rat shack iron or fancy MetCal?)
Do you have a SD card reader to sacrifice?
20AWG(+) wire?

Even if people don't want to try to downgrade, at least you can dump your unit, and preserve the 5.3.2. FW, one that came from your specific unit. I don't know that it matters, but I would only think it would remove any compatibility issues in returning (re-flashing) it to the console.



ehhh. The SDK is a great tool, especially if you are going to want to write homebrew. But again it should just be another tool in your arsenal. Information is your only true weapon.

I can do it... I'm willing to do a read...but I won't be the guinea pig for writing.
 
I am working on a PDF that will have instructions, if you really want to try it. But first:

Do you have a tri-wing screwdriver to open the Wii U?
How is your solder work? (Rat shack iron or fancy MetCal?)
Do you have a SD card reader to sacrifice?
20AWG(+) wire?

Even if people don't want to try to downgrade, at least you can dump your unit, and preserve the 5.3.2. FW, one that came from your specific unit. I don't know that it matters, but I would only think it would remove any compatibility issues in returning (re-flashing) it to the console.



ehhh. The SDK is a great tool, especially if you are going to want to write homebrew. But again it should just be another tool in your arsenal. Information is your only true weapon.

Hasn't it already been confirmed that the WiiU doesn't have eMMC NAND? Therefor this won't work.

Edit: I'd be glad to be proven wrong. :) I already tried this before though on my WiiU.
 

Site & Scene News

Popular threads in this forum