mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
hf legic dump - now use cliparser
This commit is contained in:
parent
85b1a833fc
commit
2f1408d659
3 changed files with 26 additions and 52 deletions
|
@ -710,7 +710,7 @@ function readFromPM3()
|
|||
local tag, bytes, infile
|
||||
--infile="legic.temp"
|
||||
infile=os.tmpname()
|
||||
core.console("hf legic dump f "..infile)
|
||||
core.console("hf legic dump -f "..infile)
|
||||
tag=readFile(infile..".bin")
|
||||
os.remove(infile)
|
||||
os.remove(infile..".bin")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue