This commit is contained in:
iceman1001 2020-09-05 10:54:00 +02:00
commit 57975d8ada

View file

@ -879,7 +879,7 @@ static int FastDumpWithEcFill(uint8_t numsectors) {
res = WaitForResponseTimeout(CMD_HF_MIFARE_EML_LOAD, &resp, 2000);
if (res != PM3_SUCCESS) {
PrintAndLogEx(INFO, "fast dump reported back failure w KEY B");
PrintAndLogEx(INFO, "Dump file is " _RED_("PARTIAL") "complete");
PrintAndLogEx(INFO, "Dump file is " _RED_("PARTIAL") " complete");
}
}
return PM3_SUCCESS;