Filed under All, Nintendo-Scene, Wii, hacking, homebrew by tom35 | 1 comment
Bushing has released code to backup your Wii’s private keys.
This isn’t the prettiest code I’ve ever written — it doesn’t have much of an interface, and I just threw this release together in a few minutes. However, it’s been exceedingly useful to me, and hopefully some of you will find it useful, too. I’ll quote the README here:
This program will do the following, automatically:
Download IOS11 from the Nintendo Update Server
Patch it to remove the MEM2 protection (so the PPC can access all 64MB of it)
Patch it to allow it to delete itself later using ES_DeleteTitle()
Find an unused IOS slot (counting downward from IOS255)
Install the hacked IOS11 there
Reboot into the hacked IOS
Copy the private key structure from the IOS address space into MEM1
Reboot back into a sane IOS
Delete the temporary, hacked IOS
Display the keys on screen
Try to write them to a file on the SD card — keys.txt
Pause for 60 seconds to allow you to copy the keys down using pen and paper, if necessary
I wrote this a week or two after I killed a Wii trying to reproduce tmbinc’s original Tweezer Hack. May it rest in peace.
The first version of this code just used a patched version of IOS, which was an ugly hack. It’s still an ugly hack, but at least it no longer contains copyrighted code. You should only really need to run it once on any given Wii, but it should be safe to run as much as you want. If nothing else, it demonstrates the kinds of ways you can use PatchMii_core to do something useful (as opposed to just running it and then packaging the result up as cIOS).
(c) 2008 bushing / hackmii.com
Download: xyzzy-1.0.zip (source and binary)
Discuss this topic in our forums.
Filed under All, Nintendo-Scene, Wii, hacking, homebrew by tom35 | 0 comments
Waninkoko has released Custom IOS37 rev 02.
All copyrighted code has been removed.
Download:
cIOS37_rev2-Installer.zip
Readme:
+——————————————+
| [+] Custom IOS Installer (v37 rev 02) |
| developed by Waninkoko |
+——————————————+
[ DISCLAIMER ]:
- THIS APPLICATION COMES WITH NO WARRANTY AT ALL, NEITHER EXPRESS NOR IMPLIED.
I DO NOT TAKE ANY RESPONSIBILITY FOR ANY DAMAGE IN YOUR WII CONSOLE
BECAUSE OF A IMPROPER USAGE OF THIS SOFTWARE.
[ DESCRIPTION ]:
- This is a Custom IOS, an IOS modified to add some new features
not available in the official IOS.
This IOS has been made to be used ONLY with homebrew software.
The Custom IOS installs as IOS249 and it does not modify any other
IOS so it is secure to install.
[ REQUISITES ]:
- “IOS37-64-v2070.wad” original WAD file.
[ HOW TO INSTALL IT ]:
- Copy “IOS37-64-v2070.wad” file to the root of a SD card.
- Insert the SD card on your Wii.
- Run the installer.
[ KUDOS ]:
- Team Twiizers and devkitPRO devs for their great work in libogc.
- All the betatesters.
- nitrotux, for his IOS5.
Changelog:
+———–+
| CHANGELOG |
+———–+
[ CIOS37 rev 02 ]:
- Removed copyright code.
- Changed the way the IOS is patched.
[ CIOS37 rev 01 ]:
- DVD_LowUnencryptedRead() limit removed.
- ES hash check disabled (Trucha bug).
Discuss this topic in our forums.
Filed under All, Modchip, Nintendo-Scene, Wii by tom35 | 1 comment
NS Member nvdolfan has informed us that D2Pro has announced that they have released a new firmware to fix the Eject Issue.
Firmware Update Released - Eject Issue Fixed! - 2008.07.15
People who have been experiencing eject issues with their d2pro chips will be pleased to hear that this bug has now been fixed! The official 2.0 update (d2prog required) has been released and is available for download in the resources section along with new config discs. This updates works on all d2pro versions up to with the SPI Flash (upto d2c-2) and will even add d2c-2 compatibility to earlier versions of d2pro!
Mistake with new firmware version number - 2008.07.16
The more observant of you may have noticed that the version number of the new firmware has been increased from 2.0 to 2.1. This was mearly a mistake in the original naming of the file. It was supposed to be 2.1 — no changes have been made to the firmware itself, so there is no reason to re-download or re-flash your chip if you already downloaded ‘2.0′ yesterday. Sorry for the confusion!
Downloads:
v2.1 Firmware
Linux i386 - gzip tarball - 537KiB
Mac OS X - gzip tarball - 539KiB
Windows XP - gzip tarball - 538KiB (driver also required — do not let Windows automatically search for a driver for d2prog!)

Thanks again to nvdolfan!!!
Discuss this topic in our forums.
Filed under All, Backups, Nintendo-Scene, Wii, hacking, homebrew by tom35 | 0 comments
Waninkoko has released an application that allows you to dump Wii DVDs using the the custom ISO37/firmware he has recently released.
Download:
cIOS-DVD-Dumper_v1.zip
+——————————————+
| [+] Wii DVD Dumper (Custom IOS) v1.0 |
| developed by Waninkoko |
+——————————————+
| www.teknoconsolas.info |
+——————————————+
[ DESCRIPTION ]:
- This application allows you to dump a GC/Wii DVD to a SD card
using the Custom IOS (IOS249).
[ HOW TO USE ]:
- Run the application with any method to load homebrew. Select
the split size, the disc type and insert the DVD disc and a
SD card with enough space.
[ NOTES ]:
- You need the Custom IOS (IOS249) to use this application!
[ KUDOS ]:
- Team Twiizers and devkitPRO devs for their great work in libogc.
- All the betatesters.
Discuss this topic in our forums.
Filed under All, Nintendo-Scene, Wii, hacking, homebrew by tom35 | 0 comments
Waninkoko has released an application that allows you to uninstall the custom ISO37/firmware he has recently released.
Download:
cIOS-Uninstaller_v1.zip
+————————————-+
| [+] Custom IOS Uninstaller v1.0 |
| developed by Waninkoko |
+————————————-+
[ DISCLAIMER ]:
- THIS APPLICATION COMES WITH NO WARRANTY AT ALL, NEITHER EXPRESS NOR IMPLIED.
I DO NOT TAKE ANY RESPONSIBILITY FOR ANY DAMAGE IN YOUR WII CONSOLE
BECAUSE OF A IMPROPER USAGE OF THIS SOFTWARE.
[ DESCRIPTION ]:
- This application allows you to uninstall any Custom IOS installed
in your Wii console.
[ HOW TO USE ]:
- Run the application with any method to load homebrew.
[ KUDOS ]:
- Team Twiizers and devkitPRO devs for their great work in libogc.
- All the betatesters.
- nitrotux, for his IOS5.
Discuss this topic in our forums.