mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
em4x70: Add write pin convenience function to write and verify a new pin
This commit is contained in:
parent
631d6deed3
commit
dc35f79bd2
7 changed files with 118 additions and 10 deletions
|
@ -13,6 +13,10 @@
|
|||
|
||||
#define EM4X70_NUM_BLOCKS 16
|
||||
|
||||
// Common word/block addresses
|
||||
#define EM4X70_PIN_WORD_LOWER 10
|
||||
#define EM4X70_PIN_WORD_UPPER 11
|
||||
|
||||
typedef struct {
|
||||
bool parity;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue