Add ATS of other MFUL Gen2

This commit is contained in:
Philippe Teuwen 2020-09-09 01:09:44 +02:00
parent 2990dba14f
commit 22938f15dd

View file

@ -2293,6 +2293,11 @@ void MifareCIdent(void) {
isGen = MAGIC_GEN_2;
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: