mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-06 21:21:17 -07:00
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:
parent
5a28b51036
commit
818e15b0c8
6 changed files with 349 additions and 237 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue