mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-07 12:05:06 +01:00
Updated My Dev Notes (markdown)
parent
df6e71fecd
commit
f17b1d5801
@ -6,4 +6,6 @@ AHBProt stands for Advanced Hardware Bus Protection. AHB is what connects all th
|
|||||||
|
|
||||||
Some people say you need to enable AHBProt. This is wrong. Yes you are setting a bit to Enable access rights to the AHB but you need to Disable or Patch the Protection in order to use AHB. In WiiFlow Fix94 refers to it as 'AHBProt patched out' and USBLGX Cyan refers to it as 'AHBProt Disabled'
|
Some people say you need to enable AHBProt. This is wrong. Yes you are setting a bit to Enable access rights to the AHB but you need to Disable or Patch the Protection in order to use AHB. In WiiFlow Fix94 refers to it as 'AHBProt patched out' and USBLGX Cyan refers to it as 'AHBProt Disabled'
|
||||||
|
|
||||||
All homebrew loaded via the HBC will have the AHBProt disabled. WiiFlow and USBLGX have AHBProt disabled via their forwarder channels. To disable AHBProt in a channel you need a wad of the channel and you need to extract the contents of that wad which will give you the TMD file. Load the TMD file in a Hex Editor and set offset 0x1DB to 0x03 and save it. now repack the wad and install it on your wii. That's it.
|
All homebrew loaded via the HBC will have the AHBProt disabled. WiiFlow and USBLGX have AHBProt disabled via their forwarder channels. To disable AHBProt in a channel you need a wad of the channel and you need to extract the contents of that wad which will give you the TMD file. Load the TMD file in a Hex Editor and set offset 0x1DB to 0x03 and save it. now repack the wad and install it on your wii. That's it.
|
||||||
|
|
||||||
|
If I understand correctly, the ES is what checks the access rights field and will set 0xcd800064 to 0xFFFFFFFF if this bit is set. by checking if address 0xcd800064 is set to 0xFFFFFFFF is how WiiFlow and USBLGX can tell if AHBProt is disabled. A IOS reload will renable AHBProt but USB Loaders and other apps simply patch ES before IOS Reload to keep it disabled.
|
Loading…
Reference in New Issue
Block a user