mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
textual
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "bruteforce.h"
|
||||
|
||||
#define EM4X50_NO_WORDS 34
|
||||
#define EM4X50_SIZE_WORD 4
|
||||
|
||||
// special words
|
||||
#define EM4X50_DEVICE_PASSWORD 0
|
||||
@@ -71,6 +72,12 @@ typedef struct {
|
||||
uint8_t byte[4];
|
||||
} PACKED em4x50_word_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t count;
|
||||
uint32_t *words;
|
||||
} PACKED em4x50_read_data_response_t;
|
||||
|
||||
// Global variables...
|
||||
extern bool g_Login;
|
||||
extern bool g_WritePasswordProcess;
|
||||
extern uint32_t g_Password;
|
||||
|
||||
Reference in New Issue
Block a user