projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disable extra attack - disable stats.txt
[proxmark3-svn]
/
client
/
cmdlfio.c
diff --git
a/client/cmdlfio.c
b/client/cmdlfio.c
index 14ce5498dc3f16752410019f2f652f5c38520f85..e376951124fb8842cb3f7e55cbd1e1c27271e24e 100644
(file)
--- a/
client/cmdlfio.c
+++ b/
client/cmdlfio.c
@@
-24,7
+24,7
@@
int CmdIODemodFSK(const char *Cmd)
SendCommand(&c);
return 0;
}
SendCommand(&c);
return 0;
}
-
+/*
int CmdIOProxDemod(const char *Cmd){
if (GraphTraceLen < 4800) {
PrintAndLog("too short; need at least 4800 samples");
int CmdIOProxDemod(const char *Cmd){
if (GraphTraceLen < 4800) {
PrintAndLog("too short; need at least 4800 samples");
@@
-37,7
+37,7
@@
int CmdIOProxDemod(const char *Cmd){
RepaintGraphWindow();
return 0;
}
RepaintGraphWindow();
return 0;
}
-
+*/
int CmdIOClone(const char *Cmd)
{
unsigned int hi = 0, lo = 0;
int CmdIOClone(const char *Cmd)
{
unsigned int hi = 0, lo = 0;
@@
-67,9
+67,9
@@
int CmdIOClone(const char *Cmd)
static command_t CommandTable[] =
{
{"help", CmdHelp, 1, "This help"},
static command_t CommandTable[] =
{
{"help", CmdHelp, 1, "This help"},
-
{"demod",
CmdIOProxDemod, 1, "Demodulate Stream"},
+
//{"demod",
CmdIOProxDemod, 1, "Demodulate Stream"},
{"fskdemod", CmdIODemodFSK, 0, "['1'] Realtime IO FSK demodulator (option '1' for one tag only)"},
{"fskdemod", CmdIODemodFSK, 0, "['1'] Realtime IO FSK demodulator (option '1' for one tag only)"},
- {"clone", CmdIOClone, 0, "Clone ioProx Tag"},
+ {"clone",
CmdIOClone, 0, "Clone ioProx Tag"},
{NULL, NULL, 0, NULL}
};
{NULL, NULL, 0, NULL}
};
@@
-83,4
+83,4
@@
int CmdHelp(const char *Cmd)
{
CmdsHelp(CommandTable);
return 0;
{
CmdsHelp(CommandTable);
return 0;
-}
\ No newline at end of file
+}
Impressum
,
Datenschutz