mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
style
This commit is contained in:
parent
2bfbcb20ac
commit
47eab16881
5 changed files with 242 additions and 242 deletions
|
@ -75,9 +75,9 @@ local function dumptofile(uid, keys)
|
|||
dbg('dumping keys to file')
|
||||
|
||||
if utils.confirm('Do you wish to save the keys to dumpfile?') then
|
||||
|
||||
|
||||
local filename = ('hf-mf-%s-key.bin'):format(uid);
|
||||
|
||||
|
||||
local destination = utils.input('Select a filename to store to', filename)
|
||||
local file = io.open(destination, 'wb')
|
||||
if file == nil then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue