PCF7931: improved read code and implemented a simple password bruteforce (#745)

* Improved PCF 7931 read code and implemented a simple PCF7931 password bruteforce
* Warning on the PCF7931 bruteforce command
This commit is contained in:
Samuele 2019-01-06 18:33:06 +01:00 committed by pwpiwi
parent 5a28b51036
commit 818e15b0c8
6 changed files with 349 additions and 237 deletions

View file

@ -97,6 +97,7 @@ typedef struct{
#define CMD_T55XX_RESET_READ 0x0216
#define CMD_PCF7931_READ 0x0217
#define CMD_PCF7931_WRITE 0x0222
#define CMD_PCF7931_BRUTEFORCE 0x0226
#define CMD_EM4X_READ_WORD 0x0218
#define CMD_EM4X_WRITE_WORD 0x0219
#define CMD_IO_DEMOD_FSK 0x021A