mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Adds hf iclass esetblk
, equivalent to hf mf esetblk
Also some minor tweaks to make commands.json and commands.md properly on Windows.
This commit is contained in:
parent
456af75b78
commit
210d2847ae
7 changed files with 81 additions and 16 deletions
|
@ -88,7 +88,7 @@ const static vocabulary_t vocabulary[] = {\n""")
|
|||
|
||||
cmd = values['command']
|
||||
|
||||
args.output_file.write(' {{ {}, "{}" }}, \n'.format(offline, cmd))
|
||||
args.output_file.write(' {{ {}, "{}" }},\n'.format(offline, cmd))
|
||||
|
||||
args.output_file.write(""" {0, NULL}\n};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue