From: Martin Holst Swende Date: Sat, 14 Feb 2015 20:18:39 +0000 (+0100) Subject: Removed un-implemented 'hf iclass write', it's confusing to have there since there... X-Git-Tag: v2.0.0-rc1~13 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/a4749080d947e31a3af08bf235173e8ed853d7b2 Removed un-implemented 'hf iclass write', it's confusing to have there since there's no actual support for this on the device side --- diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index 2d6a9beb..6c92893a 100644 --- a/client/cmdhficlass.c +++ b/client/cmdhficlass.c @@ -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}