mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
add: 'script run lf_bulk' - the original script is call lf_buld_program but thats a too long name, with adaptations in code.
chg: some script textual output
This commit is contained in:
parent
cfff094bc3
commit
5b6a5206df
6 changed files with 203 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
-- Have a look there for further details
|
||||
getopt = require('getopt')
|
||||
bin = require('bin')
|
||||
|
||||
copyright = ''
|
||||
version = ''
|
||||
example = "script run dumptoemul-mfu -i dumpdata-foobar.bin"
|
||||
author = "Martin Holst Swende \n @Marshmellow \n @iceman"
|
||||
usage = "script run dumptoemul-mfu [-i <file>] [-o <file>]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue