Hacking WiiU USB Storage - Type

  • Thread starter Thread starter leerz
  • Start date Start date
  • Views Views 2,615
  • Replies Replies 14

leerz

Well-Known Member
Member
Joined
Jan 11, 2015
Messages
803
Solutions
1
Reaction score
293
Trophies
2
Age
38
Location
Makati
Website
leerz25.sitesled.com
XP
2,900
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
 
The drive becomes encrypted (assuming with your private key) so you won't be able to just mess with it just yet.
 
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??
 
@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
@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.
 
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.
 
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
@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.
 
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/
 
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.
 
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
 
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