mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Update and rename calc_ev1_it.lua to hf_mfu_uidkeycalc.lua
This commit is contained in:
parent
e57c55dc01
commit
a4249d027c
1 changed files with 3 additions and 3 deletions
|
@ -13,13 +13,13 @@ Algo not found by me.
|
||||||
]]
|
]]
|
||||||
example =[[
|
example =[[
|
||||||
-- if called without, it reads tag uid
|
-- if called without, it reads tag uid
|
||||||
script run calc_ev1_it
|
script run hf_mfu_uidkeycalc
|
||||||
|
|
||||||
--
|
--
|
||||||
script run calc_ev1_it -u 11223344556677
|
script run hf_mfu_uidkeycalc -u 11223344556677
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run calc_ev1_it -h -u <uid> "
|
script run hf_mfu_uidkeycalc -h -u <uid> "
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h : this help
|
-h : this help
|
Loading…
Add table
Add a link
Reference in a new issue