mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 23:55:15 +08:00
Rename mfc_gen3_writer.lua into hf_mf_gen3_writer.lua
This commit is contained in:
parent
b166dc166a
commit
fb3f49c2f0
2 changed files with 2 additions and 3 deletions
|
@ -12,8 +12,7 @@ local read14a = require('read14a')
|
|||
--[[
|
||||
---Suggestions of improvement:
|
||||
--- Add support another types of dumps: BIN, JSON
|
||||
--- Maybe it will be not only as `mfc_gen3_writer`, like a universal dump manager.
|
||||
--- Add undependence from the operation system. At the moment code not working in Linux.
|
||||
--- Maybe it will be not only as `hf_mf_gen3_writer`, like a universal dump manager.
|
||||
--- Hide system messages when you writing a dumps, replace it to some of like [#####----------] 40%
|
||||
|
||||
-- iceman notes:
|
|
@ -443,7 +443,7 @@ hf mf gen3freeze
|
|||
```
|
||||
See also
|
||||
```
|
||||
script run mfc_gen3_writer -h
|
||||
script run hf_mf_gen3_writer -h
|
||||
```
|
||||
|
||||
Equivalent:
|
||||
|
|
Loading…
Reference in a new issue