Hacking extract wii serial number from NAND?

Nicap

Member
OP
Newcomer
Joined
Jul 26, 2007
Messages
14
Trophies
0
XP
70
Country
Netherlands
When i have the nand backup, can i extract the wii's serial from it somehow?

I did a search and got returns that showmiiwads can sort off do it. But when i extract the dump i cannot find the settings.txt
I can find a settings.xml, but that doesn't contain a serial.
 

Yuan

Well-Known Member
Member
Joined
Oct 1, 2007
Messages
1,291
Trophies
0
XP
371
Country
Brazil
Download: http://www.4shared.com/file/206079325/16f10662/NAND_T.html

Install it on a new folder

In your nand extracted folder go to

Code:
\title \ 000001 \ 00002 \ data\

and copy setting.txt to NAND_T folder

go to dos prompt (alt + r and type cmd), go to the created folder and type dec < setting.txt > decode.txt

A new file decote.txt will be created with these info:

AREA=
MODEL=
DVD=
MPCH=
CODE=
SERNO=
VIDEO=

You will find your serial on SERNO=
 

Yuan

Well-Known Member
Member
Joined
Oct 1, 2007
Messages
1,291
Trophies
0
XP
371
Country
Brazil
Nicap said:
Thank you very much. It worked.

Sorry for my typos on last post (forum ate some of my inverted bars for some reason) , good to know you did it anyway.
 

Yuan

Well-Known Member
Member
Joined
Oct 1, 2007
Messages
1,291
Trophies
0
XP
371
Country
Brazil
fabi280 said:
Is there also a Version for x64 Systems.
Its a 16 bit App -> x64 can't emulate 16 bit apps

I used DosBox to run it here. I think there is not.
 

davebaol

Well-Known Member
Member
Joined
Sep 3, 2010
Messages
912
Trophies
0
XP
192
Country
Italy
dec.exe in NAND_T is buggy since the output is truncated for all pal wii (see the spoiler)
AREA=EUR

MODEL=RVL-001(EUR)

DVD=0

MPCH=0x7FFE

CODE=LE

Here is my version. It works for pal consoles, not tested for other regions.

If you want you can compile it online
cool.gif

http://www.delorie.com/djgpp/compile/

CODE#include
#include

unsigned long lolcrypt(char *stuff)
{
ÂÂÂÂunsigned long key = 0x73b5dbfa;
ÂÂÂÂwhile(*stuff) {
ÂÂÂÂÂÂÂÂ*stuff ^= (key & 0xff);
ÂÂÂÂÂÂÂÂstuff++;
ÂÂÂÂÂÂÂÂkey = ((key31));
ÂÂÂÂ}
ÂÂÂÂreturn key;
}

int main(int argc, char* argv[])
{
ÂÂÂÂint i;
ÂÂÂÂchar *buff = malloc(0x100);

ÂÂÂÂmemset(buff, 0, 0x100);

ÂÂÂÂfor(i=0; i
 

jesquinas

Well-Known Member
Member
Joined
Apr 14, 2010
Messages
117
Trophies
0
XP
44
Country
I have a NAND backup and Id like to look inside it.Its possible then to have a NAND extracted folder where I can see the folder structure of my NAND?Which toold would I use for doing this task?

Greetings.
 

jesquinas

Well-Known Member
Member
Joined
Apr 14, 2010
Messages
117
Trophies
0
XP
44
Country
I have looking ShowMiiWads and NAND Wii Extractor.It looks that the information that NANDWEx shows is better that Sho...And there is a thing that i dont understand referred to Sho.. .It says that a lot of IOS have 0 bytes.Is it a bug ?because if they have less of 1 Mb it would say 0,0... MB,isn'it?

Greetings.

PD: Can you explain me a little your program?I dont understand the origin of unsigned long key = 0x73b5dbfa; for example.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • crafthp434 @ crafthp434:
    yeah
    ?
  • NinStar @ NinStar:
    it doesn't exist, at least not for aroma
  • crafthp434 @ crafthp434:
    ohhhhh
  • NinStar @ NinStar:
    on tiramisu you can access it by opening mii maker
  • crafthp434 @ crafthp434:
    okay
  • NinStar @ NinStar:
    I don't have a wii u anymore to test it myself, but if homebrews are not visible on the wii u menu I think you can press L + R + minus to open the plugin menu, there should be an option called "homebrews on wii u menu" or something similar
  • crafthp434 @ crafthp434:
    nope
  • crafthp434 @ crafthp434:
    it is L+dpad down+ select
  • crafthp434 @ crafthp434:
    but homebrew is appearing in the home menu btw
  • NinStar @ NinStar:
    yes, now I remember it
  • NinStar @ NinStar:
    then it is working, I also don't like that they did this but it is the only option you have if you are using aroma
  • crafthp434 @ crafthp434:
    i just didint know the homebrew launcher didint exist in aroma
  • crafthp434 @ crafthp434:
    thanks btw
  • Xdqwerty @ Xdqwerty:
    Im downloading fallout 3 goty edition
    +1
  • BigOnYa @ BigOnYa:
    I'm downloading more ram for my hamster pc
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    New hamster PC, with anal operation and BT connectivity!
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, How do I make enemies respawn on gdevelop after
    the player dies?
  • Psionic Roshambo @ Psionic Roshambo:
    Carrying a PC or phone is so old school!
  • Psionic Roshambo @ Psionic Roshambo:
    Squeeze your cheeks twice to answer calls!
  • BigOnYa @ BigOnYa:
    @Xdqwerty you can use a "spawner" function on any object.
    +1
  • BigOnYa @ BigOnYa:
    Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does not exist, then create enemy at certain spot. (This would be a pain tho for lots of emeies)
    +1
  • BigOnYa @ BigOnYa:
    Easiest, simple way would be just restart scene, but player would restart from beginning.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, thx in advance
    +1
  • Spider2190 @ Spider2190:
    Heya
    Xdqwerty @ Xdqwerty: @Spider2190, hi