mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
better fix for the PAGEMAP issue
This commit is contained in:
parent
d41f0c394e
commit
7b3e84c0d6
4 changed files with 32 additions and 26 deletions
|
@ -442,9 +442,10 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
#define FUSE_RA 0x01
|
||||
|
||||
// Picopass Pagemode fuses
|
||||
#define PICOPASS_NON_SECURE_PAGEMODE 0x01
|
||||
#define PICOPASS_SECURE_PAGEMODE 0x03
|
||||
|
||||
#define PICOPASS_SECURE_PAGEMODE_AUTH_DISABLED 0x00
|
||||
#define PICOPASS_NON_SECURE_PAGEMODE 0x01
|
||||
#define PICOPASS_SECURE_PAGEMODE_KEYS_LOCKED 0x02
|
||||
#define PICOPASS_SECURE_PAGEMODE_KEYS_MODIFIABLE 0x03
|
||||
|
||||
// ISO 7816-4 Basic interindustry commands. For command APDU's.
|
||||
#define ISO7816_READ_BINARY 0xB0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue