mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
text
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user