initial bruteforce module

This commit is contained in:
phaseloop 2022-12-15 20:51:54 +00:00 committed by PhaseLoop
commit 85f1785ccb
5 changed files with 267 additions and 12 deletions

View file

@ -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 {