File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -9719,13 +9719,6 @@ static int CmdHF14AMfInfo(const char *Cmd) {
9719
9719
// Note: it also has ATS =
9720
9720
// 10 78 80 90 02 20 90 00 00 00 00 00 + UID + CRC
9721
9721
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
-
9729
9722
} else if (fKeyType == MF_KEY_BD && memcmp (fkey , k08 , sizeof (fkey )) == 0
9730
9723
&& card .sak == 0x28 && memcmp (blockdata + 5 , "\x28\x04\x00\x90\x53\xB7\x0C\x00\x00\x00\x00" , 11 ) == 0 ) {
9731
9724
// Note: it also has ATS =
You can’t perform that action at this time.
0 commit comments