mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
still more typos...
This commit is contained in:
parent
0fe5825004
commit
2ef8493cf1
1 changed files with 6 additions and 5 deletions
|
@ -682,7 +682,7 @@ def dumpBambu(data):
|
||||||
for b in hblk:
|
for b in hblk:
|
||||||
Hash.append(data[b][6:53])
|
Hash.append(data[b][6:53])
|
||||||
|
|
||||||
lprint("[offset:length]")
|
lprint("[offset:length]", prompt='')
|
||||||
lprint(" Block 1:")
|
lprint(" Block 1:")
|
||||||
lprint(f" [ 0: 8] MaterialVariantIdentifier_s = \"{MaterialVariantIdentifier_s}\"")
|
lprint(f" [ 0: 8] MaterialVariantIdentifier_s = \"{MaterialVariantIdentifier_s}\"")
|
||||||
lprint(f" [ 8: 8] UniqueMaterialIdentifier_s = \"{UniqueMaterialIdentifier_s}\"")
|
lprint(f" [ 8: 8] UniqueMaterialIdentifier_s = \"{UniqueMaterialIdentifier_s}\"")
|
||||||
|
@ -727,6 +727,7 @@ def dumpBambu(data):
|
||||||
lprint(f" [ 0:16] HashBlock[{i:2d}] = {{{Hash[i]}}} // #{hblk[i]:2d}")
|
lprint(f" [ 0:16] HashBlock[{i:2d}] = {{{Hash[i]}}} // #{hblk[i]:2d}")
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
lprint(prompt='')
|
||||||
lprint(f"Failed: {e}")
|
lprint(f"Failed: {e}")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue