mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
hf iclass wrbl - the pagemap bit maps isnt the best to handle all four cases. This atleast fixes one issue with them
This commit is contained in:
parent
60ff2351ba
commit
d41f0c394e
4 changed files with 20 additions and 13 deletions
|
@ -443,7 +443,7 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
|
||||
// Picopass Pagemode fuses
|
||||
#define PICOPASS_NON_SECURE_PAGEMODE 0x01
|
||||
#define PICOPASS_SECURE_PAGEMODE 0x11
|
||||
#define PICOPASS_SECURE_PAGEMODE 0x03
|
||||
|
||||
|
||||
// ISO 7816-4 Basic interindustry commands. For command APDU's.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue