mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Merge branch 'dev-bruteforce_em4x50' into allin
merge
This commit is contained in:
commit
ab8b5814b0
10 changed files with 147 additions and 286 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue