mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
ADD: "HF 14A READ", got ULTRALIGHT C / EV1 annotation
This commit is contained in:
parent
fb2d24882e
commit
11b1e2e506
2 changed files with 32 additions and 3 deletions
|
@ -123,9 +123,19 @@ NXP/Philips CUSTOM COMMANDS
|
|||
#define MIFARE_CMD_RESTORE 0xC2
|
||||
#define MIFARE_CMD_TRANSFER 0xB0
|
||||
|
||||
#define MIFARE_ULC_WRITE 0xA0
|
||||
//#define MIFARE_ULC_WRITE 0xA0
|
||||
#define MIFARE_ULC_AUTH_1 0x1A
|
||||
#define MIFARE_ULC_AUTH_2 0xAF
|
||||
#define MIFARE_ULC_AUTH_2 0xAF
|
||||
#define MIFARE_ULEV1_AUTH 0x1B
|
||||
#define MIFARE_ULEV1_VERS 0x60
|
||||
#define MIFARE_ULEV1_FASTREAD 0x3A
|
||||
#define MIFARE_ULEV1_WRITE 0xA2
|
||||
//#define MIFARE_ULEV1_COMP_WRITE 0xA0
|
||||
#define MIFARE_ULEV1_READ_CNT 0x39
|
||||
#define MIFARE_ULEV1_INCR_CNT 0xA5
|
||||
#define MIFARE_ULEV1_READSIG 0x3C
|
||||
#define MIFARE_ULEV1_CHECKTEAR 0x3E
|
||||
#define MIFARE_ULEV1_VCSL 0x4B
|
||||
|
||||
/**
|
||||
06 00 = INITIATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue