mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
adding clone option
This commit is contained in:
parent
2cfe69d92c
commit
492ea52dfa
1 changed files with 4 additions and 1 deletions
|
@ -122,11 +122,14 @@ static int CmdT55xxCloneHelp(const char *Cmd) {
|
|||
PrintAndLogEx(NORMAL, _GREEN_("lf em 410x clone"));
|
||||
// todo: implement restore
|
||||
// PrintAndLogEx(NORMAL, _GREEN_("lf em 4x05 write"));
|
||||
// PrintAndLogEx(NORMAL, _GREEN_("lf em 4x50 write"));
|
||||
// PrintAndLogEx(NORMAL, _GREEN_("lf em 4x50 restore"));
|
||||
PrintAndLogEx(NORMAL, _GREEN_("lf fdxb clone"));
|
||||
PrintAndLogEx(NORMAL, _GREEN_("lf gallagher clone"));
|
||||
PrintAndLogEx(NORMAL, _GREEN_("lf gproxii clone"));
|
||||
PrintAndLogEx(NORMAL, _GREEN_("lf hid clone"));
|
||||
// todo: implement restore
|
||||
// PrintAndLogEx(NORMAL, _GREEN_("lf hitag clone"));
|
||||
PrintAndLogEx(NORMAL, _GREEN_("lf idteck clone"));
|
||||
PrintAndLogEx(NORMAL, _GREEN_("lf indala clone"));
|
||||
PrintAndLogEx(NORMAL, _GREEN_("lf io clone"));
|
||||
PrintAndLogEx(NORMAL, _GREEN_("lf jablotron clone"));
|
||||
|
|
Loading…
Reference in a new issue