We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0f981 commit b3bf55eCopy full SHA for b3bf55e
client/src/cmdhfmf.c
@@ -9569,7 +9569,7 @@ static int CmdHF14AMfInfo(const char *Cmd) {
9569
&& blockdata[15] == 0x90) {
9570
PrintAndLogEx(SUCCESS, "Fudan FM11RF08S-7B");
9571
} else if (card.sak == 0x08 && memcmp(blockdata + 5, "\x08\x04\x00", 3) == 0
9572
- && (blockdata[8] >= 0x01 || blockdata[8] <= 0x03) && blockdata[15] == 0x1D) {
+ && (blockdata[8] >= 0x01 && blockdata[8] <= 0x03) && blockdata[15] == 0x1D) {
9573
PrintAndLogEx(SUCCESS, "Fudan FM11RF08");
9574
} else if (card.sak == 0x88 && memcmp(blockdata + 5, "\x88\x04\x00\x43", 4) == 0) {
9575
PrintAndLogEx(SUCCESS, "Infineon SLE66R35");
0 commit comments