mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
hf mf dump - now uses cliparser
This commit is contained in:
parent
eec13e8798
commit
7d37481ce1
4 changed files with 64 additions and 53 deletions
|
@ -123,7 +123,7 @@ local function dump_tag(uid, numsectors)
|
|||
|
||||
local dumpfile = 'hf-mf-'..uid..'-dump'
|
||||
|
||||
local dmp = ('hf mf dump %s f %s'):format(typ, dumpfile)
|
||||
local dmp = ('hf mf dump -t %s -f %s'):format(typ, dumpfile)
|
||||
core.console(dmp)
|
||||
|
||||
-- Save the global args, those are *our* arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue