]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Removed un-implemented 'hf iclass write', it's confusing to have there since there...
authorMartin Holst Swende <martin@swende.se>
Sat, 14 Feb 2015 20:18:39 +0000 (21:18 +0100)
committerMartin Holst Swende <martin@swende.se>
Sat, 14 Feb 2015 20:18:39 +0000 (21:18 +0100)
client/cmdhficlass.c

index 2d6a9beb99045c7cba945878462ac94b4de9f865..6c92893ae9ab1559d983723489ecf2d496dcf5b1 100644 (file)
@@ -583,7 +583,7 @@ static command_t CommandTable[] =
        {"reader",CmdHFiClassReader,    0,      "Read an iClass tag"},
        {"replay",CmdHFiClassReader_Replay,     0,      "Read an iClass tag via Reply Attack"},
        {"dump",        CmdHFiClassReader_Dump, 0,              "Authenticate and Dump iClass tag"},
-       {"write",       CmdHFiClass_iso14443A_write,    0,      "Authenticate and Write iClass block"},
+//     {"write",       CmdHFiClass_iso14443A_write,    0,      "Authenticate and Write iClass block"},
        {"loclass",     CmdHFiClass_loclass,    1,      "Use loclass to perform bruteforce of reader attack dump"},
        {"eload",   CmdHFiClassELoad,    0,     "[experimental] Load data into iclass emulator memory"},
        {NULL, NULL, 0, NULL}
Impressum, Datenschutz