projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ADD: @marshmellow42 's 14b changes.
[proxmark3-svn]
/
client
/
cmdlfem4x.c
diff --git
a/client/cmdlfem4x.c
b/client/cmdlfem4x.c
index c492a64d52e5c4e056202302142836a2f893ae80..c68d35f88a9b5859f53db3700f38eedc18a2bfa5 100644
(file)
--- a/
client/cmdlfem4x.c
+++ b/
client/cmdlfem4x.c
@@
-20,6
+20,9
@@
#include "cmdlf.h"
#include "cmdlfem4x.h"
#include "lfdemod.h"
#include "cmdlf.h"
#include "cmdlfem4x.h"
#include "lfdemod.h"
+
+#define llx PRIx64
+
char *global_em410xId;
static int CmdHelp(const char *Cmd);
char *global_em410xId;
static int CmdHelp(const char *Cmd);
@@
-70,9
+73,9
@@
int CmdEM410xSim(const char *Cmd)
uint8_t uid[5] = {0x00};
if (cmdp == 'h' || cmdp == 'H') {
uint8_t uid[5] = {0x00};
if (cmdp == 'h' || cmdp == 'H') {
- PrintAndLog("Usage: lf em4x 410xsim <UID>");
+ PrintAndLog("Usage: lf em4x
em
410xsim <UID>");
PrintAndLog("");
PrintAndLog("");
- PrintAndLog(" sample: lf em4x 410xsim 0F0368568B");
+ PrintAndLog(" sample: lf em4x
em
410xsim 0F0368568B");
return 0;
}
return 0;
}
Impressum
,
Datenschutz