Alternative Mifare Classic 1k SAK
This commit is contained in:
parent
f3a793dc0c
commit
30ce00aa8e
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ int main(int argc, char *const argv[])
|
|||
switch (t.nt.nti.nai.btSak)
|
||||
{
|
||||
case 0x08:
|
||||
case 0x88:
|
||||
printf("Found Mifare Classic 1k tag\n");
|
||||
t.num_sectors = NR_TRAILERS_1k;
|
||||
t.num_blocks = NR_BLOCKS_1k;
|
||||
|
|
Loading…
Reference in a new issue