mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 05:07:03 +08:00
style
This commit is contained in:
parent
66b3ebabb9
commit
b0c2ad8ac2
2 changed files with 2 additions and 2 deletions
|
@ -1846,7 +1846,7 @@ void SniffIso15693(uint8_t jam_search_len, uint8_t *jam_search_string, bool icla
|
|||
Dbprintf("DecodeTagFSK count..... %d", dtagfsk.count);
|
||||
Dbprintf("DecodeReader State..... %d", dreader.state);
|
||||
Dbprintf("DecodeReader byteCnt... %d", dreader.byteCount);
|
||||
Dbprintf("DecodeReader posCount.. %d", dreader.posCount);
|
||||
Dbprintf("DecodeReader posCount.. %d", dreader.posCount);
|
||||
}
|
||||
Dbprintf("Trace length........... " _YELLOW_("%d"), BigBuf_get_traceLen());
|
||||
}
|
||||
|
|
|
@ -893,7 +893,7 @@ void Mifare1ksim(uint16_t flags, uint8_t exitAfterNReads, uint8_t *datain, uint1
|
|||
|
||||
// Compliance of MIFARE Classic EV1 1K Datasheet footnote of Table 8
|
||||
// If access bits show that key B is Readable, any subsequent memory access will be refused.
|
||||
|
||||
|
||||
if (cardAUTHKEY == AUTHKEYB && IsKeyBReadable(blockNo)) {
|
||||
EmSend4bit(mf_crypto1_encrypt4bit(pcs, CARD_NACK_NA));
|
||||
FpgaDisableTracing();
|
||||
|
|
Loading…
Reference in a new issue