mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
more logging
This commit is contained in:
parent
c0c580bc66
commit
4893bce4b5
1 changed files with 2 additions and 1 deletions
|
@ -869,6 +869,7 @@ static int FastDumpWithEcFill(uint8_t numsectors) {
|
||||||
|
|
||||||
int res = WaitForResponseTimeout(CMD_HF_MIFARE_EML_LOAD, &resp, 2000);
|
int res = WaitForResponseTimeout(CMD_HF_MIFARE_EML_LOAD, &resp, 2000);
|
||||||
if (res != PM3_SUCCESS) {
|
if (res != PM3_SUCCESS) {
|
||||||
|
PrintAndLogEx(INFO, "fast dump reported back failure, when trying keyA");
|
||||||
}
|
}
|
||||||
|
|
||||||
// ecfill key B
|
// ecfill key B
|
||||||
|
@ -878,7 +879,7 @@ static int FastDumpWithEcFill(uint8_t numsectors) {
|
||||||
SendCommandNG(CMD_HF_MIFARE_EML_LOAD, (uint8_t *)&payload, sizeof(payload));
|
SendCommandNG(CMD_HF_MIFARE_EML_LOAD, (uint8_t *)&payload, sizeof(payload));
|
||||||
res = WaitForResponseTimeout(CMD_HF_MIFARE_EML_LOAD, &resp, 2000);
|
res = WaitForResponseTimeout(CMD_HF_MIFARE_EML_LOAD, &resp, 2000);
|
||||||
if (res != PM3_SUCCESS) {
|
if (res != PM3_SUCCESS) {
|
||||||
|
PrintAndLogEx(INFO, "fast dump reported back failure, when trying keyB");
|
||||||
}
|
}
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue