Merge branch 'dev-bruteforce_em4x50' into allin

merge
This commit is contained in:
tharexde 2020-09-27 19:55:42 +02:00
commit ab8b5814b0
10 changed files with 147 additions and 286 deletions

View file

@ -51,6 +51,8 @@ typedef struct {
uint8_t addresses[4];
uint8_t address;
uint8_t word[4];
uint32_t start_password;
uint32_t stop_password;
} em4x50_data_t;
typedef struct {

View file

@ -493,8 +493,7 @@ typedef struct {
#define CMD_LF_EM4X50_WRITE_PASSWORD 0x0242
#define CMD_LF_EM4X50_READ 0x0243
#define CMD_LF_EM4X50_WIPE 0x0244
#define CMD_LF_EM4X50_SIM 0x0245
#define CMD_LF_EM4X50_TEST 0x0246
#define CMD_LF_EM4X50_BRUTE 0x0245
// Sampling configuration for LF reader/sniffer
#define CMD_LF_SAMPLING_SET_CONFIG 0x021D
#define CMD_LF_FSK_SIMULATE 0x021E