ADD: added identification for Mifare TNP3xxx tags.

ADD: MD5-lua functionality
ADD: AES 128 decrypt lua functionality
ADD: test luc script for reading TNP3xxx tags
CHG: testing some changes for "hf 14b sim" / "lf em4x 410xsim"
This commit is contained in:
iceman1001
2014-11-03 13:49:19 +01:00
parent a25d5c1cde
commit c15d2bdc9b
15 changed files with 971 additions and 65 deletions

View File

@@ -89,6 +89,9 @@ int DetectClock(int peak)
case 1: clock--; break;
case 2: clock -= 2; break;
}
if ( clock < 32)
clock = 32;
printf("- adjusted it to %d \n", clock);
return clock;
}