projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: starting to add the legic changes.. *work in progress*
[proxmark3-svn]
/
client
/
cmdlfem4x.c
diff --git
a/client/cmdlfem4x.c
b/client/cmdlfem4x.c
index f3c754ff5c3a7128889a24fe360a8625c1ba7373..1bcc384a50a8cc8d739265a62b4897ed0c5c9a6a 100644
(file)
--- a/
client/cmdlfem4x.c
+++ b/
client/cmdlfem4x.c
@@
-11,17
+11,7
@@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
-#include "proxmark3.h"
-#include "ui.h"
-#include "util.h"
-#include "graph.h"
-#include "cmdparser.h"
-#include "cmddata.h"
-#include "cmdlf.h"
#include "cmdlfem4x.h"
#include "cmdlfem4x.h"
-#include "lfdemod.h"
-
-#define llx PRIx64
char *global_em410xId;
char *global_em410xId;
@@
-58,7
+48,8
@@
int CmdEM410xRead(const char *Cmd)
return 0;
}
char id[12] = {0x00};
return 0;
}
char id[12] = {0x00};
- sprintf(id, "%010llx",lo);
+ //sprintf(id, "%010llx",lo);
+ sprintf(id, "%010"PRIu64, lo);
global_em410xId = id;
return 1;
global_em410xId = id;
return 1;
@@
-612,14
+603,13
@@
static command_t CommandTable[] =
{NULL, NULL, 0, NULL}
};
{NULL, NULL, 0, NULL}
};
-int CmdLFEM4X(const char *Cmd)
-{
+int CmdLFEM4X(const char *Cmd)
{
+ clearCommandBuffer();
CmdsParse(CommandTable, Cmd);
return 0;
}
CmdsParse(CommandTable, Cmd);
return 0;
}
-int CmdHelp(const char *Cmd)
-{
+int CmdHelp(const char *Cmd) {
CmdsHelp(CommandTable);
return 0;
}
CmdsHelp(CommandTable);
return 0;
}
Impressum
,
Datenschutz