mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 07:37:23 +08:00
Update and rename mifare_access.lua to data_mfc_accessdecode.lua
This commit is contained in:
parent
2270ee0291
commit
22fca7c4da
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ desc = [[
|
||||||
This script tries to decode Mifare Classic Access bytes
|
This script tries to decode Mifare Classic Access bytes
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
1. script run mifare_access -a 7F0F0869
|
1. script run data_mfc_accessdecode -a 7F0F0869
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run mifare_access [-h] [-a <access bytes>]
|
script run data_mfc_accessdecode [-h] [-a <access bytes>]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h : this help
|
-h : this help
|
Loading…
Reference in a new issue