mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-15 06:09:13 +08:00
text
This commit is contained in:
parent
bce77f3e2b
commit
96675f41a1
1 changed files with 5 additions and 1 deletions
|
@ -938,9 +938,13 @@ def diskDump(data, uid, dpath):
|
|||
f.write(b)
|
||||
if bad:
|
||||
lprint('Bad data exists, and has been saved as 0xFF')
|
||||
|
||||
s = color('ok', fg='green')
|
||||
lprint(f' Save file operations ( {s} )', prompt='[+]')
|
||||
|
||||
except:
|
||||
s = color('fail', fg='red')
|
||||
lprint(f'File operations ( {s} )', prompt='[!]')
|
||||
lprint(f' Save file operations ( {s} )', prompt='[!]')
|
||||
|
||||
return dump18
|
||||
|
||||
|
|
Loading…
Reference in a new issue