mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 05:07:03 +08:00
Update and rename ufodump.lua to hf_14a_aztek.lua
This commit is contained in:
parent
ffd0df24b0
commit
bb42d5efd0
1 changed files with 3 additions and 3 deletions
|
@ -14,13 +14,13 @@ xor: the first three block (0,1,2) is not XORED. The rest seems to be xored.
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
-- default
|
-- default
|
||||||
script run ufodump
|
script run hf_14a_aztek
|
||||||
|
|
||||||
-- stop at block 10
|
-- stop at block 10
|
||||||
script run ufodump -b 10
|
script run hf_14a_aztek -b 10
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run ufudump [-h] [-b]
|
script run hf_14a_aztek [-h] [-b]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h This help
|
-h This help
|
Loading…
Reference in a new issue