mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
added apple magsafe polling, thanks to @tcprst
This commit is contained in:
+2
-1
@@ -66,7 +66,8 @@ typedef enum ISO14A_COMMAND {
|
||||
ISO14A_TOPAZMODE = (1 << 8),
|
||||
ISO14A_NO_RATS = (1 << 9),
|
||||
ISO14A_SEND_CHAINING = (1 << 10),
|
||||
ISO14A_USE_ECP = (1 << 11)
|
||||
ISO14A_USE_ECP = (1 << 11),
|
||||
ISO14A_USE_MAGSAFE = (1 << 12)
|
||||
} iso14a_command_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
@@ -143,6 +143,9 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
||||
#define ICLASS_DEBIT(x) (((x) & 0x80) == 0x80)
|
||||
|
||||
|
||||
// U7bit
|
||||
#define MAGSAFE_CMD_WUPA 0x7A
|
||||
|
||||
#define ISO14443A_CMD_REQA 0x26
|
||||
#define ISO14443A_CMD_READBLOCK 0x30
|
||||
#define ISO14443A_CMD_WUPA 0x52
|
||||
|
||||
Reference in New Issue
Block a user