mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
add support for generation 2 magic command when setting UID on ISO15693 cards. ref:: https://github.com/RfidResearchGroup/proxmark3/issues/1604#issuecomment-2068444071
This commit is contained in:
parent
508a4ed064
commit
87c6633de1
7 changed files with 91 additions and 21 deletions
|
@ -369,10 +369,10 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
#define CRYPTORF_ERR_MEMORY_ACCESS 0xEE
|
||||
#define CRYPTORF_ERR_MEMORY_ACCESS_SEC 0xF9
|
||||
|
||||
//First byte is 26
|
||||
// First byte is 26
|
||||
#define ISO15693_INVENTORY 0x01
|
||||
#define ISO15693_STAYQUIET 0x02
|
||||
//First byte is 02
|
||||
// First byte is 02
|
||||
#define ISO15693_READBLOCK 0x20
|
||||
#define ISO15693_WRITEBLOCK 0x21
|
||||
#define ISO15693_LOCKBLOCK 0x22
|
||||
|
@ -412,6 +412,9 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
#define ISO15693_STAYQUIET_PERSISTENT 0xBC
|
||||
#define ISO15693_READ_SIGNATURE 0xBD
|
||||
|
||||
//
|
||||
#define ISO15693_MAGIC_WRITE 0xE0
|
||||
|
||||
// Topaz command set:
|
||||
#define TOPAZ_REQA 0x26 // Request
|
||||
#define TOPAZ_WUPA 0x52 // WakeUp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue