mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 23:55:15 +08:00
Update and rename emul2html.lua to data_emulatortohtml.lua
This commit is contained in:
parent
17cbfc9bad
commit
16f8ccd8b3
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ This script takes a dumpfile on EML (ASCII) format and produces a html based dum
|
||||||
bit more easily analyzed.
|
bit more easily analyzed.
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
script run emul2html -o dumpdata.eml
|
script run data_emulatortohtml -o dumpdata.eml
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run htmldump [-i <file>] [-o <file>]
|
script run data_emulatortohtml [-i <file>] [-o <file>]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h This help
|
-h This help
|
Loading…
Reference in a new issue