mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
added apple magsafe polling, thanks to @tcprst
This commit is contained in:
parent
f581f682a9
commit
0e5e9163a1
8 changed files with 49 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue