Hacking Smea's iosuhax

  • Thread starter Thread starter NyaakoXD
  • Start date Start date
  • Views Views 147,109
  • Replies Replies 447
  • Likes Likes 27
It would just make a brick.
We need to learn more about the PPC side's checksum system, the OTP, the SEEPROMS and anything else they did to protect it.

but it's a start!...
 
  • Like
Reactions: VinsCool
It would just make a brick.
We need to learn more about the PPC side's checksum system, the OTP, the SEEPROMS and anything else they did to protect it.

but it's a start!...
Yes it is my friend! :D
Glad to spread this information to some other people and hopefully get this going!
 
  • Like
Reactions: Thomas83Lin
Yes it is my friend! :D
Glad to spread this information to some other people and hopefully get this going!
Feel free to share anything I gave you in PM, but you'll need to re-post as the mega links are down.

Live, Learn and most of all, Share!

I can only stop by once in a while as I travel extensively, but I'll try to spend time on this as time allows.

-dl
 
Feel free to share anything I gave you in PM, but you'll need to re-post as the mega links are down.

Live, Learn and most of all, Share!

I can only stop by once in a while as I travel extensively, but I'll try to spend time on this as time allows.

-dl
I appreciate it man! I'll be sharing what I've learned in a write up so people can start compiling these and work on it <3
 
On github there's another fork of wup installer with full titles in the whitelist.
I'm guessing you mean this:
https://github.com/ryanrocks462/WUPinstaller-GUI
"It will allow for Sub-Folders inside the Install Directory.
I Have Also Removed the Black/White list, so any title may be installed."
"NOTE: Only install Retail/Dev Titles or any other titles that require a Signed Ticket, Onto a Signature patched Emunand, Failure to do so will result in your console being bricked!"
 
I'm guessing you mean this:
https://github.com/ryanrocks462/WUPinstaller-GUI
"It will allow for Sub-Folders inside the Install Directory.
I Have Also Removed the Black/White list, so any title may be installed."
"NOTE: Only install Retail/Dev Titles or any other titles that require a Signed Ticket, Onto a Signature patched Emunand, Failure to do so will result in your console being bricked!"
It's not this fork. The one of cmdj13.
https://github.com/cmdj13/wupinstaller/releases/tag/1.2
 
Last edited by Mazamin,
I don't know, we should try.
You got a expendable Wii U?
" wouldn't want to waste one until there's a good chance it will work.
I need to look at how the PPC protects the ARM before I'd say it was worth a try.

As time allows, I'll try to find time, but work's a bitch right now, 60+ hours a week minimum and dealing with a plant closure (lot's of layoffs- no fun)
- DataLogger"
 
You got a expendable Wii U?
" wouldn't want to waste one until there's a good chance it will work.
I need to look at how the PPC protects the ARM before I'd say it was worth a try.

As time allows, I'll try to find time, but work's a bitch right now, 60+ hours a week minimum and dealing with a plant closure (lot's of layoffs- no fun)
- DataLogger"
No, but I only know that this fork doesn't remove whitelist, but:
if( (titleIdHigh == 0x0005000E) // game update
|| (titleIdHigh == 0x00050000) // full title
|| (titleIdLow == 0x10041000) // JAP title
|| (titleIdLow == 0x10041100) // USA title
|| (titleIdLow == 0x10041200)) // EUR title
{
installedTitle = ((u64)titleIdHigh << 32ULL) | titleIdLow;
So it only adds full titles in the whitelist.
 
Last edited by Mazamin,
No, but I only know that this fork doesn't remove whitelist, but:
if( (titleIdHigh == 0x0005000E) // game update
|| (titleIdHigh == 0x00050000) // full title
|| (titleIdLow == 0x10041000) // JAP title
|| (titleIdLow == 0x10041100) // USA title
|| (titleIdLow == 0x10041200)) // EUR title
{
installedTitle = ((u64)titleIdHigh << 32ULL) | titleIdLow;
So it only adds full titles in the whitelist.
I mean, I have 2 Wii U's, I'd rather not ruin one until there's a good chance it'll work.
 

Site & Scene News

Popular threads in this forum