projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
FIX: "hf 14a sim" fixes to CRC calc.
[proxmark3-svn]
/
client
/
cmdlf.c
diff --git
a/client/cmdlf.c
b/client/cmdlf.c
index 7c5d273ff175da047df06b0a06af48c67df4f679..aa7f63a9c0830fc6bdfcab57296fc5250529f30a 100644
(file)
--- a/
client/cmdlf.c
+++ b/
client/cmdlf.c
@@
-1077,6
+1077,12
@@
int CmdLFfind(const char *Cmd)
return 1;
}
return 1;
}
+ ans=CmdFDXBdemodBI("");
+ if (ans>0) {
+ PrintAndLog("\nValid FDX-B ID Found!");
+ return 1;
+ }
+
ans=EM4x50Read("", false);
if (ans>0) {
PrintAndLog("\nValid EM4x50 ID Found!");
ans=EM4x50Read("", false);
if (ans>0) {
PrintAndLog("\nValid EM4x50 ID Found!");
Impressum
,
Datenschutz