Added iClass eavesdrop support for Proxmark3

This commit is contained in:
dekoninggans@gmail.com 2011-05-18 12:33:32 +00:00
commit cee5a30d53
12 changed files with 1158 additions and 2 deletions

View file

@ -15,6 +15,7 @@
//-----------------------------------------------------------------------------
#define CRC_14443_A 0x6363 /* ITU-V.41 */
#define CRC_14443_B 0xFFFF /* ISO/IEC 13239 (formerly ISO/IEC 3309) */
#define CRC_ICLASS 0xE012 /* ICLASS PRERFIX */
void ComputeCrc14443(int CrcType,
unsigned char *Data, int Length,