mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-11 10:38:39 +08:00
chg 'lf t55xx brute' - AquireData returns isnoise, but a pwd protected card signa looks like noise.
This commit is contained in:
parent
9133a9164f
commit
834832be31
1 changed files with 5 additions and 1 deletions
|
@ -1791,10 +1791,14 @@ int CmdT55xxBruteForce(const char *Cmd) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AquireData(T55x7_PAGE0, T55x7_CONFIGURATION_BLOCK, true, curr);
|
||||||
|
|
||||||
|
/*
|
||||||
if (!AquireData(T55x7_PAGE0, T55x7_CONFIGURATION_BLOCK, true, curr)) {
|
if (!AquireData(T55x7_PAGE0, T55x7_CONFIGURATION_BLOCK, true, curr)) {
|
||||||
PrintAndLogEx(WARNING, "Aquiring data from device failed. Quitting");
|
PrintAndLogEx(WARNING, "Aquiring data from device failed. Quitting");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
found = tryDetectModulation();
|
found = tryDetectModulation();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue