mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 23:55:15 +08:00
Update and rename didump.lua to hf_mfm_dumpdecrypt.lua
This commit is contained in:
parent
313f17fe3a
commit
e1f26fbbe2
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 didump
|
script run hf_mfm_dumpdecrypt
|
||||||
|
|
||||||
-- selftest
|
-- selftest
|
||||||
script run didump -t
|
script run hf_mfm_dumpdecrypt -t
|
||||||
|
|
||||||
-- Generate raw dump, into json.
|
-- Generate raw dump, into json.
|
||||||
script run didump -r
|
script run hf_mfm_dumpdecrypt -r
|
||||||
|
|
||||||
-- load file
|
-- load file
|
||||||
script run didump -i dumpdata.json
|
script run hf_mfm_dumpdecrypt -i dumpdata.json
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run didump -h -t -r -d -e -v -i dumpdata.json
|
script run hf_mfm_dumpdecrypt -h -t -r -d -e -v -i dumpdata.json
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
h this helptext
|
h this helptext
|
Loading…
Reference in a new issue