mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix: adapting to run all strategies.
This commit is contained in:
parent
e6f0672015
commit
bc639bc3ec
2 changed files with 8 additions and 3 deletions
|
@ -204,7 +204,11 @@ int mfCheckKeys_fast( uint8_t sectorsCnt, uint8_t firstChunk, uint8_t lastChunk,
|
|||
}
|
||||
}
|
||||
free(tmp);
|
||||
return 0;
|
||||
|
||||
if ( curr_keys == sectorsCnt*2 )
|
||||
return 0;
|
||||
if ( lastChunk )
|
||||
return 1;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue