mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +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
|
||||
]]
|
||||
example = [[
|
||||
script run dumptoemul -i dumpdata-foobar.bin
|
||||
script run hf_mf_dumptoemulator -i dumpdata-foobar.bin
|
||||
]]
|
||||
usage = [[
|
||||
script run dumptoemul [-i <file>] [-o <file>]
|
||||
script run hf_mf_dumptoemulator [-i <file>] [-o <file>]
|
||||
]]
|
||||
arguments = [[
|
||||
-h This help
|
Loading…
Reference in a new issue