From 3210b50ec6b8f7f2cded84b19133988a091983ec Mon Sep 17 00:00:00 2001 From: bushing Date: Thu, 7 Jan 2010 04:06:42 +0000 Subject: [PATCH] enable indalademod and vchipdemod in offline mode --- client/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/command.c b/client/command.c index a5c561a9..ac116ea0 100644 --- a/client/command.c +++ b/client/command.c @@ -2844,7 +2844,7 @@ static struct { {"hisamplest", CmdHi14readt, 0, "Get samples HF, for testing"}, {"hisimlisten", CmdHisimlisten, 0, "Get HF samples as fake tag"}, {"hpf", CmdHpf, 1, "Remove DC offset from trace"}, - {"indalademod", CmdIndalademod, 0, "['224'] -- Demodulate samples for Indala 64 bit UID (option '224' for 224 bit)"}, + {"indalademod", CmdIndalademod, 1, "['224'] -- Demodulate samples for Indala 64 bit UID (option '224' for 224 bit)"}, {"lcd", CmdLcd, 0, " -- Send command/data to LCD"}, {"lcdreset", CmdLcdReset, 0, "Hardware reset LCD"}, {"legicrfread", CmdLegicRfRead, 0, "Start the LEGIC RF reader"}, @@ -2873,7 +2873,7 @@ static struct { {"tiwrite", CmdTIWrite, 0, "Write new data to a r/w TI 134 kHz tag"}, {"threshold", CmdThreshold, 1, "Maximize/minimize every value in the graph window depending on threshold"}, {"tune", CmdTune, 0, "Measure antenna tuning"}, - {"vchdemod", CmdVchdemod, 0, "['clone'] -- Demodulate samples for VeriChip"}, + {"vchdemod", CmdVchdemod, 1, "['clone'] -- Demodulate samples for VeriChip"}, {"version", CmdVersion, 0, "Show version inforation about the connected Proxmark"}, {"zerocrossings", CmdZerocrossings, 1, "Count time between zero-crossings"}, }; -- 2.39.2