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
    I @ idonthave: :)