mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: 'hf mf fchk' - textual
This commit is contained in:
parent
6e281a08ed
commit
e3f4ef498f
3 changed files with 5 additions and 6 deletions
|
@ -1604,15 +1604,14 @@ int CmdHF14AMfChk_fast(const char *Cmd) {
|
|||
uint64_t t1 = msclock();
|
||||
|
||||
if ( use_flashmemory ) {
|
||||
mfCheckKeys_fast( sectorsCnt, true, true, 1, 0, keyBlock, e_sector, use_flashmemory);
|
||||
PrintAndLogEx(SUCCESS, "Using dictionary in flash memory");
|
||||
mfCheckKeys_fast( sectorsCnt, true, true, 1, 0, keyBlock, e_sector, use_flashmemory);
|
||||
} else {
|
||||
|
||||
// strategys. 1= deep first on sector 0 AB, 2= width first on all sectors
|
||||
for (uint8_t strategy = 1; strategy < 3; strategy++) {
|
||||
PrintAndLogEx(SUCCESS, "Running strategy %u", strategy);
|
||||
|
||||
|
||||
|
||||
// main keychunk loop
|
||||
for (uint32_t i = 0; i < keycnt; i += chunksize) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue