mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
hide debug
This commit is contained in:
parent
257358ac12
commit
3b7200d1b1
1 changed files with 4 additions and 5 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue