mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: unify dump file template used in this repo. hf-mf-(uid)-dump.(bin/eml/json) is the prefeered style.
This commit is contained in:
parent
dd3bd72af4
commit
64e027faf7
5 changed files with 15 additions and 15 deletions
|
@ -115,7 +115,7 @@ local function dump_tag(uid, numsectors)
|
|||
|
||||
if utils.confirm('Do you wish to create a memory dump of tag?') then
|
||||
|
||||
local dumpfile = 'hf-mf-'..uid..'-data'
|
||||
local dumpfile = 'hf-mf-'..uid..'-dump'
|
||||
|
||||
local dmp = ('hf mf dump %s f %s'):format(typ, dumpfile)
|
||||
core.console(dmp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue