printandlogex

This commit is contained in:
iceman1001
2020-05-14 16:59:02 +02:00
parent 6a387c0b1b
commit e444640068
5 changed files with 18 additions and 15 deletions

View File

@@ -1240,7 +1240,7 @@ int mfTraceDecode(uint8_t *data_src, int len, bool wantSaveToEmlFile) {
traceCrypto1 = lfsr_recovery64(ks2, ks3);
} else {
PrintAndLogEx(NORMAL, "[!] nested key recovery not implemented!\n");
PrintAndLogEx(WARNING, "nested key recovery not implemented!\n");
//at_enc = bytes_to_num(data, 4);
crypto1_destroy(traceCrypto1);
traceState = TRACE_ERROR;