Hacking WiiU USB Storage - Type

leerz

Well-Known Member
OP
Member
Joined
Jan 11, 2015
Messages
753
Trophies
0
Age
36
Location
Makati
Website
leerz25.sitesled.com
XP
2,176
Country
So, I just got in this new USB Loader thing for the WiiU

and I'm curious as how it manages the USB Drive

1. it formats the drive
2. The drive becomes a raw partition - (basically windows cannot identify its fs)

has anyone tried to fiddle with the partition?
perhaps maybe put the nus grabbed files there (then just install the tiks later)

this was poppedd in my quick search, I didn't dig too much.
http://wiiubrew.org/wiki//dev/uhs#USB_Descriptors
http://wiiubrew.org/wiki/Category:Wii_U_Filesystem
 

DarkKaine

Well-Known Member
Member
Joined
Dec 1, 2014
Messages
372
Trophies
0
Age
35
XP
1,276
Country
Netherlands
The drive becomes encrypted (assuming with your private key) so you won't be able to just mess with it just yet.
 

AmandaRose

Do what I do. Hold tight and pretend it’s a plan
Member
Joined
Aug 19, 2015
Messages
10,190
Trophies
1
Location
Glasgow
Website
www.rockstarnorth.com
XP
16,145
Country
United Kingdom
So, I just got in this new USB Loader thing for the WiiU

and I'm curious as how it manages the USB Drive

1. it formats the drive
2. The drive becomes a raw partition - (basically windows cannot identify its fs)

has anyone tried to fiddle with the partition?
perhaps maybe put the nus grabbed files there (then just install the tiks later)

this was poppedd in my quick search, I didn't dig too much.
http://wiiubrew.org/wiki//dev/uhs#USB_Descriptors
http://wiiubrew.org/wiki/Category:Wii_U_Filesystem
Well how would you put the nus grabbed files onto the drive when a PC can't read a wiiu formated drive??
 
D

Deleted User

Guest
@NWPlayer123 managed to decrypt her HDD, though its still in a filesystem that Windows itself can't read. She was able to see certain files using a Hex editor, though.
 
  • Like
Reactions: KiiWii

the_randomizer

The Temp's official fox whisperer
Member
Joined
Apr 29, 2011
Messages
31,284
Trophies
2
Age
38
Location
Dr. Wahwee's castle
XP
18,969
Country
United States
@NWPlayer123 managed to decrypt her HDD, though its still in a filesystem that Windows itself can't read. She was able to see certain files using a Hex editor, though.

I don't find that encouraging, which means filesystems will pretty much forever be a beeotch to deal with.
 

Irastris

Well-Known Member
Member
Joined
May 3, 2015
Messages
1,116
Trophies
0
XP
895
Country
United States
I know it's probably really dumb, but I always thought it was cool how I can have tons of games on my Wii U USB, and yet Windows thinks the USB is a completely empty and formatted as RAW.
 

GerbilSoft

Well-Known Member
Member
Joined
Mar 8, 2012
Messages
2,395
Trophies
2
Age
34
XP
4,249
Country
United States
I know it's probably really dumb, but I always thought it was cool how I can have tons of games on my Wii U USB, and yet Windows thinks the USB is a completely empty and formatted as RAW.
Windows likes to make up stuff about file systems. "RAW" doesn't mean anything; it just means Windows doesn't know what it is. Similarly, it likes to refer to CDs as "CDFS" when in fact "CDFS" isn't a thing; the actual file system is ISO-9660.

Historical sidenote: The old MS-DOS fdisk utility deliberately zeroed out the first 512 bytes when creating a new partition, making it impossible to properly recover a deleted MBR because re-creating the partition table would destroy the file systems.
 
Last edited by GerbilSoft, , Reason: +sidenote

AmandaRose

Do what I do. Hold tight and pretend it’s a plan
Member
Joined
Aug 19, 2015
Messages
10,190
Trophies
1
Location
Glasgow
Website
www.rockstarnorth.com
XP
16,145
Country
United Kingdom
@NWPlayer123 managed to decrypt her HDD, though its still in a filesystem that Windows itself can't read. She was able to see certain files using a Hex editor, though.
Did she did she really Nikki is the biggest shit poster in the wiiu screen I don't trust anything she says. She has faked so much information in the past.
 

NWPlayer123

Well-Known Member
Member
Joined
Feb 17, 2012
Messages
2,642
Trophies
0
Location
The Everfree Forest
XP
6,693
Country
United States
need SEEPROM along with the OTP, encrypt the seed in SEEPROM with the USB key in the OTP (I think at 0x130, check wiiubrew for locations of both) with aes-128-ecb which has no iv and use -nopad -nosalt, should spit out a 128 byte key, use that with aes-128-cbc on your drive to hopefully decrypt it, also it's not that bad once you figure out the structure lmao, it's possible to just mount it to your system e.g. wfuse http://wit.wiimm.de/wfuse/
 

leerz

Well-Known Member
OP
Member
Joined
Jan 11, 2015
Messages
753
Trophies
0
Age
36
Location
Makati
Website
leerz25.sitesled.com
XP
2,176
Country
need SEEPROM along with the OTP, encrypt the seed in SEEPROM with the USB key in the OTP (I think at 0x130, check wiiubrew for locations of both) with aes-128-ecb which has no iv and use -nopad -nosalt, should spit out a 128 byte key, use that with aes-128-cbc on your drive to hopefully decrypt it, also it's not that bad once you figure out the structure lmao, it's possible to just mount it to your system e.g. wfuse http://wit.wiimm.de/wfuse/

Thanks!, I'll read those, I was feeling it need some ways to decrypt it. (e.g like in 3ds, xorpads to mess with nand backups) -

so, what is the FS like? is it close to wbfs? or some proprietary nintendo fs?

it will be groundbreaking to have a tool to directly copy the contents to the usb and just use wud mod for the tiks :)

never knew the games installed will show up as Legit games, I was surprised.
 

NWPlayer123

Well-Known Member
Member
Joined
Feb 17, 2012
Messages
2,642
Trophies
0
Location
The Everfree Forest
XP
6,693
Country
United States
Thanks!, I'll read those, I was feeling it need some ways to decrypt it. (e.g like in 3ds, xorpads to mess with nand backups) -

so, what is the FS like? is it close to wbfs? or some proprietary nintendo fs?

it will be groundbreaking to have a tool to directly copy the contents to the usb and just use wud mod for the tiks :)

never knew the games installed will show up as Legit games, I was surprised.
I haven't looked at WBFS but the SDK names it as WFS and it uses the same thing on NAND/eMMC and I think the vWii VC stuff too, it shouldn't be that difficult tbh, it'll look like what you can see in wupserver, nodes for each thing with subfolders
 

GerbilSoft

Well-Known Member
Member
Joined
Mar 8, 2012
Messages
2,395
Trophies
2
Age
34
XP
4,249
Country
United States
Wii U's file system is definitely not WBFS. WBFS is barely even a file system.

It's a quickly thrown-together way to save space on Wii backups with no support for a hierarchical file structure.
 
  • Like
Reactions: leerz

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: @SylverReZ, Indeed lol