attempt hitag2 uid read for lf search

This commit is contained in:
marshmellow42 2016-08-04 13:51:37 -04:00
commit f86d6b557a
4 changed files with 107 additions and 46 deletions

View file

@ -14,14 +14,15 @@
#define _HITAG2_H_
typedef enum {
RHTSF_CHALLENGE = 01,
RHTSF_KEY = 02,
RHTSF_CHALLENGE = 01,
RHTSF_KEY = 02,
WHTSF_CHALLENGE = 03,
WHTSF_KEY = 04,
RHT2F_PASSWORD = 21,
RHT2F_AUTHENTICATE = 22,
RHT2F_CRYPTO = 23,
RHT2F_TEST_AUTH_ATTEMPTS = 25,
RHT2F_UID_ONLY = 26
} hitag_function;
typedef struct {