Correct documentation typos

This commit is contained in:
Spotlight 2022-08-19 17:20:57 -05:00
parent 20ae2dc6b4
commit 7959792059
No known key found for this signature in database
GPG Key ID: 874AA355B3209BDC
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.