mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
textual
This commit is contained in:
parent
67c14c5314
commit
d340de388d
2 changed files with 21 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue