mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-03 19:43:09 +08:00
Some documentation improvement
This commit is contained in:
parent
c9e2f7807e
commit
2fca3ad92d
2 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
||||||
getopt = require('getopt')
|
getopt = require('getopt')
|
||||||
bin = require('bin')
|
bin = require('bin')
|
||||||
|
|
||||||
example = "script run 14araw -x 6000F57b"
|
example = "script run dumptoemul -i dumpdata-foobar.bin"
|
||||||
author = "Martin Holst Swende"
|
author = "Martin Holst Swende"
|
||||||
usage = "script run htmldump [-f <file>]"
|
usage = "script run dumptoemul [-i <file>] [-o <file>]"
|
||||||
desc =[[
|
desc =[[
|
||||||
This script takes a dumpfile from 'hf mf dump' and converts it to a format that can be used
|
This script takes a dumpfile from 'hf mf dump' and converts it to a format that can be used
|
||||||
by the emulator
|
by the emulator
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
getopt = require('getopt')
|
getopt = require('getopt')
|
||||||
bin = require('bin')
|
bin = require('bin')
|
||||||
|
|
||||||
example = "script run 14araw -x 6000F57b"
|
example = "script run htmldump -o mifarecard_foo.html"
|
||||||
author = "Martin Holst Swende"
|
author = "Martin Holst Swende"
|
||||||
usage = "script run htmldump [-f <file>]"
|
usage = "script run htmldump [-i <file>] [-o <file>]"
|
||||||
desc =[[
|
desc =[[
|
||||||
This script takes a dumpfile and produces a html based dump, which is a
|
This script takes a dumpfile and produces a html based dump, which is a
|
||||||
bit more easily analyzed.
|
bit more easily analyzed.
|
||||||
|
|
Loading…
Reference in a new issue