hide debug
This commit is contained in:
@@ -5328,11 +5328,10 @@ static int CmdHf14AMfSuperCard(const char *Cmd) {
|
|||||||
des_decrypt(outB + i, responseB + i, key);
|
des_decrypt(outB + i, responseB + i, key);
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintAndLogEx(INFO, " in : %s", sprint_hex_inrow(responseA, respAlen));
|
PrintAndLogEx(DEBUG, " in : %s", sprint_hex_inrow(responseA, respAlen));
|
||||||
PrintAndLogEx(INFO, "out : %s", sprint_hex_inrow(outA, sizeof(outA)));
|
PrintAndLogEx(DEBUG, "out : %s", sprint_hex_inrow(outA, sizeof(outA)));
|
||||||
|
PrintAndLogEx(DEBUG, " in : %s", sprint_hex_inrow(responseB, respAlen));
|
||||||
PrintAndLogEx(INFO, " in : %s", sprint_hex_inrow(responseB, respAlen));
|
PrintAndLogEx(DEBUG, "out : %s", sprint_hex_inrow(outB, sizeof(outB)));
|
||||||
PrintAndLogEx(INFO, "out : %s", sprint_hex_inrow(outB, sizeof(outB)));
|
|
||||||
|
|
||||||
if (memcmp(outA, "\x01\x01\x01\x01\x01\x01\x01\x01", 8) == 0) {
|
if (memcmp(outA, "\x01\x01\x01\x01\x01\x01\x01\x01", 8) == 0) {
|
||||||
PrintAndLogEx(INFO, "No trace recorded");
|
PrintAndLogEx(INFO, "No trace recorded");
|
||||||
|
|||||||
Reference in New Issue
Block a user