mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
hf legic restore - now use cliparser
This commit is contained in:
parent
2f1408d659
commit
ef2dfc8b3b
3 changed files with 21 additions and 50 deletions
|
@ -456,7 +456,7 @@ local function writeToTag(plainBytes)
|
|||
-- write data to file
|
||||
if (writeOutputBytes(bytes, "hf-legic-UID-dump.bin")) then
|
||||
-- write pm3-buffer to Tag
|
||||
cmd = ('hf legic restore f hf-legic-UID-dump')
|
||||
cmd = ('hf legic restore -f hf-legic-UID-dump')
|
||||
core.console(cmd)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue