mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
add ASK C-ticket commands
This commit is contained in:
parent
5202eb8587
commit
108424d326
1 changed files with 10 additions and 0 deletions
|
@ -247,6 +247,16 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
#define ISO14443B_PING 0xBA
|
||||
#define ISO14443B_PONG 0xAB
|
||||
|
||||
// ASK C-ticket
|
||||
#define ASK_REQT 0x10
|
||||
#define ASK_IDENTIFY 0x0F
|
||||
#define ASK_SELECT 0x9F
|
||||
#define ASK_MULTREAD (0x1 << 4) // High nibble
|
||||
#define ASK_UPDATE (0x3 << 4) // High nibble
|
||||
#define ASK_WRITE (0x5 << 4) // High nibble
|
||||
#define ASK_READ (0x6 << 4) // High nibble
|
||||
#define ASK_DESACTIVATE 0xF0
|
||||
|
||||
|
||||
// defined crypto RF commands
|
||||
// only interpreting channel 1 communication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue