Skip to content

Commit 5b50f5e

Browse files
committed
hf mf info add detection of FM1208-10
1 parent 361cafd commit 5b50f5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/cmdhfmf.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9594,6 +9594,8 @@ static int CmdHF14AMfInfo(const char *Cmd) {
95949594
} else if (card.sak == 0x08 && memcmp(blockdata + 5, "\x08\x04\x00", 3) == 0
95959595
&& (blockdata[8] >= 0x01 && blockdata[8] <= 0x03) && blockdata[15] == 0x1D) {
95969596
PrintAndLogEx(SUCCESS, "Fudan FM11RF08");
9597+
} else if (card.sak == 0x28 && memcmp(blockdata + 5, "\x28\x04\x00\x90\x10\x15\x01\x00\x00\x00\x00", 11) == 0) {
9598+
PrintAndLogEx(SUCCESS, "Fudan FM1208-10");
95979599
} else if (card.sak == 0x88 && memcmp(blockdata + 5, "\x88\x04\x00\x43", 4) == 0) {
95989600
PrintAndLogEx(SUCCESS, "Infineon SLE66R35");
95999601
} else if (card.sak == 0x08 && memcmp(blockdata + 5, "\x88\x04\x00\x44", 4) == 0) {

0 commit comments

Comments
 (0)