mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 02:04:39 +08:00
Rename hf_mfm_dumpdecrypt.lua -> hf_mf_mini_dumpdecrypt.lua
This commit is contained in:
parent
f286ed9794
commit
6946a558e3
1 changed files with 5 additions and 5 deletions
|
@ -16,19 +16,19 @@ This is a script to dump and decrypt the data of a specific type of Mifare Mini
|
||||||
The dump is decrypted. If a raw dump is wanted, use the -r parameter
|
The dump is decrypted. If a raw dump is wanted, use the -r parameter
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
script run hf_mfm_dumpdecrypt
|
script run hf_mf_mini_dumpdecrypt
|
||||||
|
|
||||||
-- selftest
|
-- selftest
|
||||||
script run hf_mfm_dumpdecrypt -t
|
script run hf_mf_mini_dumpdecrypt -t
|
||||||
|
|
||||||
-- Generate raw dump, into json.
|
-- Generate raw dump, into json.
|
||||||
script run hf_mfm_dumpdecrypt -r
|
script run hf_mf_mini_dumpdecrypt -r
|
||||||
|
|
||||||
-- load file
|
-- load file
|
||||||
script run hf_mfm_dumpdecrypt -i dumpdata.json
|
script run hf_mf_mini_dumpdecrypt -i dumpdata.json
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run hf_mfm_dumpdecrypt -h -t -r -d -e -v -i dumpdata.json
|
script run hf_mf_mini_dumpdecrypt -h -t -r -d -e -v -i dumpdata.json
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
h this helptext
|
h this helptext
|
Loading…
Reference in a new issue