Update and rename didump.lua to hf_mfm_dumpdecrypt.lua
This commit is contained in:
committed by
Philippe Teuwen
parent
313f17fe3a
commit
e1f26fbbe2
@@ -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
|
||||||
Reference in New Issue
Block a user