mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
hf 14a raw - no crc check on the iso14 select card response
This commit is contained in:
parent
244283b2a9
commit
acada02e37
1 changed files with 1 additions and 1 deletions
|
@ -1362,7 +1362,7 @@ static int waitCmd(uint8_t iSelect, uint32_t timeout) {
|
|||
|
||||
uint8_t *data = resp.data.asBytes;
|
||||
|
||||
if (len >= 3) {
|
||||
if (iSelect == 0 && len >= 3) {
|
||||
bool crc = check_crc(CRC_14443_A, data, len);
|
||||
|
||||
PrintAndLogEx(SUCCESS, "%s[%02X %02X] %s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue