mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
initial bruteforce module
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#define EM4X50_H__
|
||||
|
||||
#include "common.h"
|
||||
#include "bruteforce.h"
|
||||
|
||||
#define EM4X50_NO_WORDS 34
|
||||
|
||||
@@ -62,6 +63,8 @@ typedef struct {
|
||||
uint32_t password2;
|
||||
uint32_t word;
|
||||
uint32_t addresses;
|
||||
bruteforce_mode_t bruteforce_mode;
|
||||
bruteforce_charset_t bruteforce_charset;
|
||||
} PACKED em4x50_data_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user