mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
remove partial auth all2
This commit is contained in:
@@ -718,7 +718,7 @@ uint16_t MifareClassicAppProcess(uint8_t* Buffer, uint16_t BitCount)
|
||||
|
||||
Crypto1ByteArray(&Buffer[4], 4);
|
||||
|
||||
LogEntry(LOG_INFO_APP_AUTHING, &Buffer[start], 4);
|
||||
LogEntry(LOG_INFO_APP_AUTHING, &Buffer[4], 4);
|
||||
|
||||
if ((Buffer[4] == ReaderResponse[0]) &&
|
||||
(Buffer[5] == ReaderResponse[1]) &&
|
||||
|
||||
Reference in New Issue
Block a user