mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-Patcher
synced 2025-09-03 20:11:19 +02:00
Correct documentation typos
This commit is contained in:
parent
20ae2dc6b4
commit
7959792059
@ -26,4 +26,4 @@ We can identify five types of URLs within the main DOL to patch:
|
||||
- Appears to be present for `GetECConfig`, which is most likely not called within the Wii Shop channel. Instead, `ECommerceInterface#setWebSvcUrls` is preferred.
|
||||
|
||||
## Execution
|
||||
We simply iterate through these 5 types of URLs, replace the domain, and pad if appropiate. Doing so allows us to not fragment the rest of the URL with null bytes should padding be added.
|
||||
We simply iterate through these 5 types of URLs, replace the domain, and pad if appropriate. Doing so allows us to not fragment the rest of the URL with null bytes should padding be added.
|
@ -136,7 +136,7 @@ Only 8 bits are set for `DBAT7U`, providing us with only 8 Mb of range (`0x93000
|
||||
|
||||
IOS' executable code resides in the higher range of MEM2 (for our purposes, `0x939f0000` to `0x93a80000`), falling out of our accessible range.
|
||||
|
||||
We must DBAT7U to contain `0x930001ff`, allowing us 16 Mb - from `0x93000000` to `0x94000000`, technically. We do not exceed `0x93a80000` for our purposes.
|
||||
We must update DBAT7U to contain `0x930001ff`, allowing us 16 Mb - from `0x93000000` to `0x94000000`, technically. We do not exceed `0x93a80000` for our purposes.
|
||||
|
||||
---
|
||||
Next, we need to devise a way to have the channel overwrite IOS memory.
|
||||
|
Loading…
x
Reference in New Issue
Block a user