Skip to content

Commit fcca67b

Browse files
committed
No more FM1216-137, or maybe still...
1 parent b4a3109 commit fcca67b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

client/src/cmdhfmf.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9719,13 +9719,6 @@ static int CmdHF14AMfInfo(const char *Cmd) {
97199719
// Note: it also has ATS =
97209720
// 10 78 80 90 02 20 90 00 00 00 00 00 + UID + CRC
97219721
PrintAndLogEx(SUCCESS, "Fudan FM1208-10");
9722-
9723-
} else if (fKeyType == MF_KEY_BD && memcmp(fkey, k08, sizeof(fkey)) == 0
9724-
&& card.sak == 0x28 && memcmp(blockdata + 5, "\x28\x04\x00\x90\x53\xB7\x0C\x00\x00\x00\x00", 11) == 0) {
9725-
// Note: it also has ATS =
9726-
// 10 78 80 B0 02 20 90 00 00 00 00 00 + UID + CRC
9727-
PrintAndLogEx(SUCCESS, "Fudan FM1216-137");
9728-
97299722
} else if (fKeyType == MF_KEY_BD && memcmp(fkey, k08, sizeof(fkey)) == 0
97309723
&& card.sak == 0x28 && memcmp(blockdata + 5, "\x28\x04\x00\x90\x53\xB7\x0C\x00\x00\x00\x00", 11) == 0) {
97319724
// Note: it also has ATS =

0 commit comments

Comments
 (0)