CHG: 'hf mf fchk' - textual

This commit is contained in:
iceman1001 2019-01-02 12:11:49 +01:00
commit e3f4ef498f
3 changed files with 5 additions and 6 deletions

View file

@ -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) {