This commit is contained in:
tharexde 2020-10-11 20:06:03 +02:00
commit b4a8409349
5 changed files with 136 additions and 298 deletions

View file

@ -14,10 +14,10 @@
#include "../include/em4x50.h"
typedef struct {
uint8_t sectors[34][7];
uint8_t sectors[34][4];
} em4x50_tag_t;
int em4x50_standalone_read(uint64_t *words);
int em4x50_standalone_read(uint32_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);