Homebrew Help regarding wudump files please?

  • Thread starter Thread starter Game93
  • Start date Start date
  • Views Views 4,018
  • Replies Replies 2

Game93

Member
Newcomer
Joined
Apr 5, 2017
Messages
5
Reaction score
1
Trophies
0
Age
33
XP
103
Country
United States
Hey everyone, sorry to post a new topic about this but I'm stuck and need some assistance. I used wudump to dump one of my Wii U games to test it out, and I was able to get the 12 WUD files into a single WUD file, here is where I'm stuck. Obviously when you dump a game, it also dumps the common key and the game key, my issue is the file types are "Registration Entries". I have no way to get these keys for use with Cemu. Has anyone else had this problem and if so, has anyone found a solution? I posted about this in the wudump thread but that didn't get me anywhere. Thanks to anyone who can help out, I really appreciate it.
 
Open them in a hex editor like HxD and copy the hex characters into CEMU's keys.txt

If you can't find HxD, try this if you're on Windows 10:
open a command prompt at your dump's directory and run:
Code:
powershell -c "((gc game.key -encoding byte)|%{$_.tostring('X2')}) -join ''"
powershell -c "((gc common.key -encoding byte)|%{$_.tostring('X2')}) -join ''"

WUDump gives you the keys in binary form. CEMU wants the hex character representations of those bytes.
 
  • Like
Reactions: Game93
Open them in a hex editor like HxD and copy the hex characters into CEMU's keys.txt

If you can't find HxD, try this if you're on Windows 10:


WUDump gives you the keys in binary form. CEMU wants the hex character representations of those bytes.

Thank you so much, it worked! I didn't try HxD since I am on Windows 10, but the command prompt worked like a charm. Thank you for saving me a lot of grief and aggravation lol, much appreciated!
 
  • Like
Reactions: nexusmtz

Site & Scene News

Popular threads in this forum