added standalone mode "brute force"

This commit is contained in:
tharexde 2020-10-03 22:59:21 +02:00
commit a9ec622d97
3 changed files with 392 additions and 100 deletions

View file

@ -18,9 +18,11 @@ typedef struct {
} em4x50_tag_t;
int em4x50_standalone_read(uint64_t *words);
int em4x50_standalone_brute(uint32_t start, uint32_t stop, uint32_t *pwd);
bool em4x50_sim_send_listen_window(void);
bool em4x50_sim_send_word(uint32_t word);
void em4x50_info(em4x50_data_t *etd);
void em4x50_write(em4x50_data_t *etd);
void em4x50_write_password(em4x50_data_t *etd);