Hacking RVT Development Key,RVT Disc Check,RVT Menu Uninstaller....

Fudge

Remember that death is not the end, but only a tra
Banned
Joined
Aug 26, 2009
Messages
2,653
Trophies
0
Age
27
Location
New York
Website
Visit site
XP
662
Country
United States
techboy said:
fudgenuts64 said:
I gotta get one of the SM changer discs. How do I re-encrypt the wads? I have the RVT key.
Try this tool if you're on Windows (untested on Vista/7). I originally wrote this for personal use, so it has no testing on computers beyond mine. I added some code to generate certs and common-key, and put a readme in. You need to provide rvtkey.bin.

Provided 'as-is', with no warranty whatsoever. I'm not responsible if the outputted files brick your wii. Brick protection is recommended. Use the tool and the resulting files at your own risk.

http://www.mediafire.com/?sfvhbyt7c1p8l39
Major bug. I ran through DiskCheck Channel and it outputted a SM 4.1 wad. I tried to run it through again and it destroyed my entire folder of Wii stuff, which included modified wads from years ago, most of which were custom made by me. I know its not your fault, but damn
frown.gif
 
D

Deleted User

Guest
SanGor said:
boot2 isn't a normal title, it is somwhere in the blocks 1-7 on the NAND, so you have to dump those to get boot2.
How would I dump those blocks? Someone else told me they could dump Boot2v3, but they don't know how.

Or could you dump it fudgenuts64?
 

techboy

Well-Known Member
Member
Joined
Mar 15, 2009
Messages
1,720
Trophies
0
Age
31
Location
Pennsylvania
Website
Visit site
XP
306
Country
United States
fudgenuts64 said:
Major bug. I ran through DiskCheck Channel and it outputted a SM 4.1 wad. I tried to run it through again and it destroyed my entire folder of Wii stuff, which included modified wads from years ago, most of which were custom made by me. I know its not your fault, but damn
frown.gif

Ouch.

Look at the code now, I'm pretty sure your file deletion issue has something to do with this poorly written block of code (remember, this was a personal tool rushed to release):
CODEbin\bfgr_wadunpacker.exe .\incoming.wad

cd 0*
move /Y *.* ..\tmp > NUL
set dirkill=%cd%
echo.
echo RVT2RVL: Removing Empty Folder
cd..
rd /S /Q "%dirkill%"
set dirkill=
del .\incoming.wad
This code can do some nasty damage. If the wadunpacker line fails for any reason, no folder named (e.g. 0000000100000002) is created. The "cd 0*" subsequently fails, meaning %dirkill% will contain the path to the folder with the script in it, instead of the title ID folder. It then proceeds to remove whatever folder is indicated in %dirkill%, without checking that it's the right one.

As for getting SM 4.1 out of it...I'm clueless about that one. Did you have a 4.1 menu laying around?

I'll upload a bugfix release soon to eliminate the damage potential. I've also discovered another bug in the tool that I can fix as well.

EDIT: Bugfixed version 0.2: http://www.mediafire.com/?l881r1a10kjcnko The data loss bug described above is fixed. Full changelog is located in the readme.
 
D

Deleted User

Guest
Fudgenuts64, since you have Boot2v3, could you dump it?

Edit: I have the blocks extracted from someones wii, but how do I make it into a wad?
 

xfcrowman

Well-Known Member
Member
Joined
Mar 14, 2009
Messages
431
Trophies
0
XP
205
Country
United States
Steveice10 said:
Fudgenuts64, since you have Boot2v3, could you dump it?
Someone correct me if I'm wrong, but I believe that the only way to dump boot2 would be to use an infectus to dump the NAND. I don't think any currently available program (bootmii included) makes a backup of boot2.
 
D

Deleted User

Guest
Actually, getting the first 7 blocks from a nand dump (nand.bin) would dump it. See the third post here: http://forum.wiibrew.org/read.php?22,17002

Is thise valid? The dump I have has the blocks as "00 00 20 00 00 0f 00" in hex. And if so, how do I make it a wad?

Also, how do I run the RVT wads run through RVT2RVL on Dolphin? And if I can't, is there conformation they work on retail Wiis?
 

techboy

Well-Known Member
Member
Joined
Mar 15, 2009
Messages
1,720
Trophies
0
Age
31
Location
Pennsylvania
Website
Visit site
XP
306
Country
United States
Steveice10 said:
Actually, getting the first 7 blocks from a nand dump (nand.bin) would dump it. See the third post here: http://forum.wiibrew.org/read.php?22,17002

Is thise valid? The dump I have has the blocks as "00 00 20 00 00 0f 00" in hex. And if so, how do I make it a wad?
A block is not a byte. In those 7 blocks, there should be several copies of boot2...

QUOTE(Steveice10 @ Aug 31 2010, 07:41 PM) Also, how do I run the RVT wads run through RVT2RVL on Dolphin? And if I can't, is there conformation they work on retail Wiis?
Pass on Dolphin...why emulate a wii when you can use the real thing?

My advice when messing with the RVT titles? Use SNEEK. That way, you're free to play with the tools without risking a permanent brick. If you brick the SNEEK NAND, unbricking it takes 30 seconds on your PC...

As for the wads, the outputted files from RVT2RVL should install fine on retail. Just note though that RVT2RVL fakesigns the wads.

If you're curious, here's what I've found during my testing:
* Disc check v1.01 works fine. Install it, then run it like any channel. It even checks backups if you have CORP.
* The menu uninstaller will install fine and show up on the SM, but will brick if you actually run it and uninstall the menu. DO NOT MESS WITH THIS CHANNEL unless running it under SNEEK (or have bootmii/boot2 and a backup handy).
* NDEV System Menu: I tested v1.19. Runs fine. It needs IOS55, so be sure you have it unless you want a brick.
* The wads on the SM Changer discs: They work, but note that most of the titles on the discs can be gotten from NUS.
 
D

Deleted User

Guest
The link in my previous post said they were bytes. If not, then how big is a block?

How did you install the NDEV menu?

Also, no matter what advice or guide I use, using a dump from my Wii or a nand built with ModMii, SNEEK and UNEEK won't work for me. It just gives a black screen. I tried waiting 10 minutes and it still didn't work.
 

techboy

Well-Known Member
Member
Joined
Mar 15, 2009
Messages
1,720
Trophies
0
Age
31
Location
Pennsylvania
Website
Visit site
XP
306
Country
United States
Steveice10 said:
The link in my previous post said they were bytes. If not, then how big is a block?
I'm not sure exactly how big one is. Someone with more hardware expertise could likely tell you though.

Steveice10 said:
How did you install the NDEV menu?
Get a wad of it and install it. NDEV is not available at the typical sites though. I got mine by unpacking the uninstaller channel. Unpack the Menu Uninstaller channel, then unpack the 7MB app file with a U8 extractor. Inside it are 3 wads. The one with "SystemMenu" in its name is the NDEV menu. Make sure you RVT2RVL it before using, and be sure you install IOS55.

QUOTE(Steveice10 @ Aug 31 2010, 09:28 PM)
Also, no matter what advice or guide I use, using a dump from my Wii or a nand built with ModMii, SNEEK and UNEEK won't work for me. It just gives a black screen. I tried waiting 10 minutes and it still didn't work.
Try a different SD card. Not all of them work with SNEEK. Try a 2GB Sandisk or Kingston card. I've had success with both.

As for building a NAND, ModMii never worked for me. I forget what the exact steps were to build mine, but I did it manually. Sadly, the guide for it has since been replaced...with guide for modmii.
frown.gif
 

DarkMatterCore

Finding my light.
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,606
Country
Spain
Steveice10 said:
The link in my previous post said they were bytes. If not, then how big is a block?

I think the size is between 125 and 128KB per block,
unsure.gif
. Correct me if I'm wrong.

QUOTE(techboy @ Aug 31 2010, 09:23 PM) If you're curious, here's what I've found during my testing:
* Disc check v1.01 works fine. Install it, then run it like any channel. It even checks backups if you have CORP.
* The menu uninstaller will install fine and show up on the SM, but will brick if you actually run it and uninstall the menu. DO NOT MESS WITH THIS CHANNEL unless running it under SNEEK (or have bootmii/boot2 and a backup handy).
* NDEV System Menu: I tested v1.19. Runs fine. It needs IOS55, so be sure you have it unless you want a brick.
* The wads on the SM Changer discs: They work, but note that most of the titles on the discs can be gotten from NUS.

1. The Disc Check Channel gives me a "FATAL ERROR" screen after a few seconds (using SNEEK+DI, btw). Does it work for you there? I can't use the real NAND because my disc reader died.
2. Same here, the channel shows a -1022 after a while. I don't know if that's because I'm using SNEEK, I haven't tried on the real NAND, but I do have BootMii as Boot2.
 
D

Deleted User

Guest
Problem is, I only have another as card which is 128mb. And my current one is a Sandisk 2gb.

Once I get the Blocks, how do I extract the data and make the wad?
 

techboy

Well-Known Member
Member
Joined
Mar 15, 2009
Messages
1,720
Trophies
0
Age
31
Location
Pennsylvania
Website
Visit site
XP
306
Country
United States
PabloACZ said:
1. The Disc Check Channel gives me a "FATAL ERROR" screen after a few seconds (using SNEEK+DI, btw). Does it work for you there? I can't use the real NAND because my disc reader died.
You need straight SNEEK and a DVD drive. SNEEK's DI doesn't work with it.

QUOTE(PabloACZ @ Aug 31 2010, 10:43 PM) 2. Same here, the channel shows a -1022 after a while. I don't know if that's because I'm using SNEEK, I haven't tried on the real NAND, but I do have BootMii as Boot2.
I'm assuming you mean the uninstaller channel. -1022 = bad content hash or bad ticket. This is due to the wads inside the channel being RVT encrypted. You'll need to unpack the channel, RVT2RVL the 3 wads inside, replace the originals with the RVT2RVL'd versions, and put it back together before the errors will go away. Even after this, you'll still brick...

Also, note that the uninstaller channel doesn't do what one thinks it does. This channel doesn't actually uninstall the SM. It does the following:
* Overwrite the SM with NDEV (this is what you see failing with -1022)
* Install IOS55 v4633 (also -1022's)
* Delete the .WMU and .DCK channels
* Delete system channels (Mii, News, Weather, etc.)
 

DarkMatterCore

Finding my light.
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,606
Country
Spain
techboy said:
PabloACZ said:
1. The Disc Check Channel gives me a "FATAL ERROR" screen after a few seconds (using SNEEK+DI, btw). Does it work for you there? I can't use the real NAND because my disc reader died.
You need straight SNEEK and a DVD drive. SNEEK's DI doesn't work with it.

QUOTE(PabloACZ @ Aug 31 2010, 10:43 PM) 2. Same here, the channel shows a -1022 after a while. I don't know if that's because I'm using SNEEK, I haven't tried on the real NAND, but I do have BootMii as Boot2.
I'm assuming you mean the uninstaller channel. -1022 = bad content hash or bad ticket. This is due to the wads inside the channel being RVT encrypted. You'll need to unpack the channel, RVT2RVL the 3 wads inside, replace the originals with the RVT2RVL'd versions, and put it back together before the errors will go away. Even after this, you'll still brick...

Also, note that the uninstaller channel doesn't do what one thinks it does. This channel doesn't actually uninstall the SM. It does the following:
* Overwrite the SM with NDEV (this is what you see failing with -1022)
* Install IOS55 v4633 (also -1022's)
* Delete the .WMU and .DCK channels
* Delete system channels (Mii, News, Weather, etc.)

Thanks,
smile.gif
. It seems I won't be able to use the Disc Check Channel, anyway.
 

warfab

Active Member
Newcomer
Joined
Jul 6, 2008
Messages
35
Trophies
0
XP
70
Country
RVL.Systemmenu.v1.0.Wii-OneUp_iNT

Code:
> RVL.Systemmenu.v1.0.Wii-OneUp_iNT

> Region Free

> Wii System Menu v.1.0

ÂÂ> 2010-09-01

> 5 x 5MB

> http://no.url.available

> This is the Wii System Menu v.1.0 (NTSC-U) dumped from 
Wii Menu Changer v.2

Thanks to all our supporters!
 

Abkarino

Well-Known Member
Member
Joined
Sep 14, 2009
Messages
139
Trophies
0
XP
34
Country
Egypt
warfab said:
RVL.Systemmenu.v1.0.Wii-OneUp_iNT

Code:
> RVL.Systemmenu.v1.0.Wii-OneUp_iNT

> Region Free

> Wii System Menu v.1.0

ÂÂ> 2010-09-01

> 5 x 5MB

> http://no.url.available

> This is the Wii System Menu v.1.0 (NTSC-U) dumped from 
Wii Menu Changer v.2

Thanks to all our supporters!

Great news i hope that some one here or in any other place can run this DEV tool on any retail Wii so maybe that will help in fixing our bricked Wii also
smile.gif
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    Jaws is on a diet
  • K3Nv2 @ K3Nv2:
    Damn power went out
  • BigOnYa @ BigOnYa:
    Ok xdqwerty, your little bro prob tripped On the cord and unplugged you
  • K3Nv2 @ K3Nv2:
    Ya I'm afraid of the dark hug me
  • BigOnYa @ BigOnYa:
    Grab and hold close your AncientBoi doll.
  • K3Nv2 @ K3Nv2:
    Damn didn't charge my external battery either
  • BigOnYa @ BigOnYa:
    Take the batteries out of your SuperStabber3000... Or is it gas powered?
  • K3Nv2 @ K3Nv2:
    I stole batteries from your black mamba
    +1
  • K3Nv2 @ K3Nv2:
    My frozen food better hold up for an hour I know that
  • BigOnYa @ BigOnYa:
    Or else gonna be a big lunch and dinner tomorrow.
  • BigOnYa @ BigOnYa:
    Did you pay your power bill? Or give all yo money to my wife, again.
  • K3Nv2 @ K3Nv2:
    Oh good the estimated time is the same exact time they just said
    +1
  • BigOnYa @ BigOnYa:
    Load up your pc and monitor, and head to a McDonalds dining room, they have free WiFi
  • K3Nv2 @ K3Nv2:
    Sir please watch your porn in the bathroom
    +2
  • BigOnYa @ BigOnYa:
    No sir we can not sell you anymore apple pies, after what you did with the last one.
  • K3Nv2 @ K3Nv2:
    We ran out
  • HiradeGirl @ HiradeGirl:
    for your life
    +1
  • K3Nv2 @ K3Nv2:
    My life has no value my fat ass is staying right here
  • K3Nv2 @ K3Nv2:
    Nearly 4 hours without power :(
  • Veho @ Veho:
    SO POWERLESS
  • K3Nv2 @ K3Nv2:
    Tell Kanye I need power
  • DinohScene @ DinohScene:
    Better start running in your hamster wheel
    DinohScene @ DinohScene: Better start running in your hamster wheel