mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Update and rename lto_dump.lua to hf_14a_read-ltocm.lua
This commit is contained in:
parent
cf54f14849
commit
3fe14f9510
1 changed files with 3 additions and 3 deletions
|
@ -13,13 +13,13 @@ It starts from block 0 and ends at default block 254.
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
-- default
|
-- default
|
||||||
script run lto_dump
|
script run hf_14a_read-ltocm
|
||||||
|
|
||||||
-- stop at block 10
|
-- stop at block 10
|
||||||
script run lto_dump -e 10
|
script run hf_14a_read-ltocm -e 10
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run lto_dump -h -s -e
|
script run hf_14a_read-ltocm -h -s -e
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
h this helptext
|
h this helptext
|
Loading…
Add table
Add a link
Reference in a new issue