mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
FIX: client crash for global id, and removing my previous fix.
This commit is contained in:
parent
c528cf3989
commit
36d87eeff0
1 changed files with 3 additions and 8 deletions
|
@ -150,14 +150,9 @@ int CmdEM410xWatch(const char *Cmd)
|
||||||
int CmdEM410xWatchnSpoof(const char *Cmd)
|
int CmdEM410xWatchnSpoof(const char *Cmd)
|
||||||
{
|
{
|
||||||
// loops if the captured ID was in XL-format.
|
// loops if the captured ID was in XL-format.
|
||||||
uint8_t ans = 0;
|
CmdEM410xWatch(Cmd);
|
||||||
do {
|
PrintAndLog("# Replaying captured ID: %llu", g_em410xid);
|
||||||
ans = CmdEM410xWatch(Cmd);
|
CmdLFaskSim("");
|
||||||
if ( ans ) {
|
|
||||||
PrintAndLog("# Replaying captured ID: %llu", g_em410xid);
|
|
||||||
CmdLFaskSim("");
|
|
||||||
}
|
|
||||||
} while ( !ans );
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue