mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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)
|
f.write(b)
|
||||||
if bad:
|
if bad:
|
||||||
lprint('Bad data exists, and has been saved as 0xFF')
|
lprint('Bad data exists, and has been saved as 0xFF')
|
||||||
|
|
||||||
|
s = color('ok', fg='green')
|
||||||
|
lprint(f' Save file operations ( {s} )', prompt='[+]')
|
||||||
|
|
||||||
except:
|
except:
|
||||||
s = color('fail', fg='red')
|
s = color('fail', fg='red')
|
||||||
lprint(f'File operations ( {s} )', prompt='[!]')
|
lprint(f' Save file operations ( {s} )', prompt='[!]')
|
||||||
|
|
||||||
return dump18
|
return dump18
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue