Merge pull request #2969 from robo-w/bugfix/mf_backdoor_dump-output

Bugfix/mf_backdoor_dump output
This commit is contained in:
Iceman
2025-09-01 17:07:18 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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]
+1 -1
View File
@@ -41,4 +41,4 @@ if WORKING_KEY is None:
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)