mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 07:37:23 +08:00
Update and rename dumptoemul.lua to hf_mf_dumptoemulator.lua
This commit is contained in:
parent
c3fff8e9c9
commit
383eecf8e5
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ This script takes a dumpfile from 'hf mf dump' and converts it to a format that
|
||||||
by the emulator
|
by the emulator
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
script run dumptoemul -i dumpdata-foobar.bin
|
script run hf_mf_dumptoemulator -i dumpdata-foobar.bin
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run dumptoemul [-i <file>] [-o <file>]
|
script run hf_mf_dumptoemulator [-i <file>] [-o <file>]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h This help
|
-h This help
|
Loading…
Reference in a new issue