X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a45882e20ab5a3a07351934e343deb28fd9b2fcf..ff9c043da29150aa785723326537ba93ddac0614:/client/cmdlfio.c diff --git a/client/cmdlfio.c b/client/cmdlfio.c index 826a26b2..0424ed17 100644 --- a/client/cmdlfio.c +++ b/client/cmdlfio.c @@ -38,7 +38,7 @@ int usage_lf_io_clone(void) { PrintAndLog("Enables cloning of IOProx card with specified facility-code and card number onto T55x7."); PrintAndLog("The T55x7 must be on the antenna when issuing this command. T55x7 blocks are calculated and printed in the process."); PrintAndLog(""); - PrintAndLog("Usage: lf awid clone [h] [Q5]"); + PrintAndLog("Usage: lf io clone [h] [Q5]"); PrintAndLog("Options :"); PrintAndLog(" h : This help"); PrintAndLog(" : 8bit version"); @@ -185,7 +185,7 @@ int CmdIOSim(const char *Cmd) { int CmdIOClone(const char *Cmd) { - uint32_t blocks[3] = {T55x7_MODULATION_FSK2a | T55x7_BITRATE_RF_64 | 2<>1) << T5555_BITRATE_SHIFT | 2 << T5555_MAXBLOCK_SHIFT; if ( !getIOProxBits(version, fc, cn, bs)) { PrintAndLog("Error with tag bitstream generation.");