Add ATS of other MFUL Gen2
This commit is contained in:
@@ -2293,6 +2293,11 @@ void MifareCIdent(void) {
|
|||||||
isGen = MAGIC_GEN_2;
|
isGen = MAGIC_GEN_2;
|
||||||
goto OUT;
|
goto OUT;
|
||||||
}
|
}
|
||||||
|
// test for some other Ultralight EV1 magic gen2
|
||||||
|
if (memcmp(buf, "\x85\x00\x00\xA0\x0A\x00\x0A\xC3\x00\x04\x03\x01\x01\x00\x0B\x03\x16\xD7", 18) == 0) {
|
||||||
|
isGen = MAGIC_GEN_2;
|
||||||
|
goto OUT;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
OUT:
|
OUT:
|
||||||
|
|||||||
Reference in New Issue
Block a user