mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-06 04:51:36 -07:00
annotate xerox reads
This commit is contained in:
parent
7128c8cfdf
commit
68d9fe3232
3 changed files with 14 additions and 9 deletions
|
@ -314,9 +314,12 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
#define ISO14443B_PING 0xBA
|
||||
#define ISO14443B_PONG 0xAB
|
||||
|
||||
#define ISO14443B_XEROX_PWD 0x02
|
||||
#define ISO14443B_XEROX_WUP1 0x0D
|
||||
#define ISO14443B_XEROX_WUP2 0x5D
|
||||
// XEROX Commands
|
||||
#define ISO14443B_XEROX_PWD 0x38
|
||||
#define ISO14443B_XEROX_WUP1 0x0D
|
||||
#define ISO14443B_XEROX_WUP2 0x5D
|
||||
#define ISO14443B_XEROX_READ_BLK 0x20
|
||||
|
||||
|
||||
// ASK C-ticket
|
||||
#define ASK_REQT 0x10
|
||||
|
@ -930,8 +933,5 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
// 0x0A = ACK
|
||||
// 0x05 = NACK
|
||||
|
||||
// XEROX Commands
|
||||
#define XEROX_READ_MEM 0x20
|
||||
|
||||
#endif
|
||||
// PROTOCOLS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue