File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9726,6 +9726,11 @@ static int CmdHF14AMfInfo(const char *Cmd) {
97269726 // 10 78 80 B0 02 20 90 00 00 00 00 00 + UID + CRC
97279727 PrintAndLogEx (SUCCESS , "Fudan FM1208-10" );
97289728
9729+ } else if (fKeyType == MF_KEY_BD && memcmp (fkey , k08 , sizeof (fkey )) == 0
9730+ && card .sak == 0x28 && memcmp (blockdata + 5 , "\x28\x04\x00\x90\x53\xB7\x0C\x00\x00\x00\x00" , 11 ) == 0 ) {
9731+ // Note: it also has ATS =
9732+ // 10 78 80 B0 02 20 90 00 00 00 00 00 + UID + CRC
9733+ PrintAndLogEx (SUCCESS , "Fudan FM1216-137" );
97299734 } else if (fKeyType == MF_KEY_BD && memcmp (fkey , k08 , sizeof (fkey )) == 0
97309735 && card .sak == 0x88 && memcmp (blockdata + 5 , "\x88\x04\x00\x43" , 4 ) == 0 ) {
97319736 PrintAndLogEx (SUCCESS , "Infineon SLE66R35" );
You can’t perform that action at this time.
0 commit comments