More actions
(Created page with ""{{#seo: |title=Wii Homebrew Apps (Utilities) - GameBrew |title_mode=append |image=patchmiiwii.PNG |image_alt=PatchMii }} {{Infobox Wii Homebrews |title=PatchMii |image=patchmiiwii.PNG |description=PatchMii is a tool designed to automatically patch IOS as it gets downloaded from NUS. |author=bushing |lastupdated=2008/08/12 |type=Utilities |version=0.1 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/wiihomebrews/patchmiiwii.7z |website=https://hackmii.com/2008/07/pat...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | |||
|title=Wii Homebrew Apps (Utilities) - GameBrew | |title=Wii Homebrew Apps (Utilities) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
Line 25: | Line 25: | ||
By using PatchMii, the process of downloading and patching IOS becomes much more efficient and streamlined, saving users time and effort. | By using PatchMii, the process of downloading and patching IOS becomes much more efficient and streamlined, saving users time and effort. | ||
==Screenshot== | |||
[[image:patchmiiwii.PNG]] | |||
==External Links== | ==External Links== |
Revision as of 05:41, 4 February 2023
PatchMii | |
---|---|
File:Patchmiiwii.PNG | |
General | |
Author | bushing |
Type | Utilities |
Version | 0.1 |
License | GPL-2.0 |
Last Updated | 2008/08/12 |
Links | |
Download | |
Website | |
Source | |
PatchMii is a software tool designed to make the process of patching IOS more automated and convenient. It is equipped with a framework for working with IOS, as well as a specific piece of code for downloading and patching IOS37. The software patches the IOS and installs the updated version in the IOS254 slot (IOS5 on older versions).
The two patches made by PatchMii include the signature patch and the DI patch. The signature patch modifies the IOS signature checking function to return 0 instead of 7 when the hash comparison fails. This is done by changing the instruction "mov r0, #0x7" to "mov r0, #0x0". The code checks for either 0x23a2 (found in vulnerable IOSes) or 0x4b0b (found in fixed IOSes).
The DI patch, also known as the drive chip patch, changes the length of the DVDLowUnencryptedRead 00000000 region to allow unencrypted discs to be read. The length is changed from 00014000 to FFFFFFFF. The software matches the entire region whitelist but only modifies the first region.
By using PatchMii, the process of downloading and patching IOS becomes much more efficient and streamlined, saving users time and effort.
Screenshot
External Links
- Official Site - https://hackmii.com/2008/07/patchmii/
- Google Source - https://code.google.com/archive/p/patchmii-core/
- WiiBrew - https://wiibrew.org/wiki/PatchMii