readme.txt

来自「xyzzy is a program for the Nintendo Wii 」· 文本 代码 · 共 28 行

TXT
28
字号
This program will do the following, automaticaly:* 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),  and 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 necessaryI wrote this a week or two after I killed a Wii trying to reproduce tmbinc'soriginal Tweezer Hack.  May it rest in peace.The first version of this code just used a patched version of IOS, which wasan ugly hack.  It's still an ugly hack, but at least it no longer containscopyrighted code.  Although you should only really need to run it once on anygiven Wii, it should be safe to run as much as you want.  If nothing else, itdemonstrates 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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?