Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
- Fixed `script run hf_mfu_amiibo_restore.lua` - broken reference to a dependency. (@CorySolovewicz)
- Changed `/client/update_amiibo_tools_lua.py` - updated the output to make things more clear. (@CorySolovewicz)
- Changed `/client/lualibs/amiibo_tools.lua` - updated to the most recent data. (@CorySolovewicz)
- Changed `/client/pyscripts/mf_backdoor_dump.py` - fixed output checks to handle whitespace variations. (@robo-w)
- Changed `/client/pyscripts/mf_backdoor_dump.py` - fixed output checks to handle whitespace variations. fixed output of card dump. (@robo-w)


## [Daddy Iceman.4.20469][2025-06-16]
Expand Down
2 changes: 1 addition & 1 deletion client/pyscripts/mf_backdoor_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
else:
print(f"Backdoor key {WORKING_KEY} seems to work, dumping data...")
print("IMPORTANT: Only data blocks and access bytes can be dumped; keys will be shown as all 0's")
p.console(f"hf mf eview --{sz}", True)
p.console(f"hf mf eview --{sz}", quiet=False)
Loading