Hf mfu esetblk#3404
Open
dangerous-tac0s wants to merge 8 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…om memory For tagType 7, when the PWD page is unset (0000) the UID-derived Amiibo password and its PACK (0x8080) are now written into emulator memory at sim init, and the PWD_AUTH path reads PWD and PACK straight from emulator memory. Removes the auth-time pwd substitution and the PACK 0x8080 override, so eset/eview are authoritative (what's in memory is what the sim serves) while Amiibo sims still work. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
You are welcome to add an entry to the CHANGELOG.md as well |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added similar functionality to hf mf esetblk but for ultralight memory structures. Previously, the pw/pack were handled outside of emulator memory for amiibo shenanigans, however, with a typical dump the pw and pack are unreadable so they're just zeroes. Which means the amiibo features reared their heads preventing changes without altering the dump and reloading... Now, if the dump is zeroes with regard to the pw and pack, the amiibo pw and pack are loaded into emulator memory (now eview works for these) and you can freely change them with esetblk.
You can actually set up to 127 pages at a time if you feel so inclined.