mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 15:47:42 +08:00
Update and rename emul2dump.lua to data_emulatortodump.lua
This commit is contained in:
parent
f2e683f248
commit
00e29aec13
1 changed files with 4 additions and 4 deletions
|
@ -10,12 +10,12 @@ desc =[[
|
||||||
This script takes an dumpfile in EML (ASCII) format and converts it to the PM3 dumpbin file to be used with `hf mf restore`
|
This script takes an dumpfile in EML (ASCII) format and converts it to the PM3 dumpbin file to be used with `hf mf restore`
|
||||||
]]
|
]]
|
||||||
example =[[
|
example =[[
|
||||||
1. script run emul2dump
|
1. script run data_emulatortodump
|
||||||
2. script run emul2dump -i myfile.eml
|
2. script run data_emulatortodump -i myfile.eml
|
||||||
3. script run emul2dump -i myfile.eml -o myfile.bin
|
3. script run data_emulatortodump -i myfile.eml -o myfile.bin
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run emul2dump [-i <file>] [-o <file>]
|
script run data_emulatortodump [-i <file>] [-o <file>]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h This help
|
-h This help
|
Loading…
Reference in a new issue