mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-14 17:13:05 -07:00
NEW: HF MFU SETPWD - set password to a Ultralight C tag.
NEW: HF MFU SETUID - set UID to a magic UL / UL-C tag. *not implemented* CHG: minor alignment for "Hf list" output. CHG: removed unneeded function parameters to the ultralight commands CHG: the const MAX_MIFARE_FRAME_SIZE is changed to MAX_FRAME_SIZE in the ultralight commands since the UL-Ev1 can have bigger frames than 18bytes. CHG: adding DES support for the Ultralight-c read commands on deviceside.
This commit is contained in:
parent
4076250660
commit
aa60d1560e
11 changed files with 507 additions and 282 deletions
|
@ -176,10 +176,13 @@ typedef struct{
|
|||
#define CMD_MIFARE_CHKKEYS 0x0623
|
||||
|
||||
#define CMD_MIFARE_SNIFFER 0x0630
|
||||
|
||||
//ultralightC
|
||||
#define CMD_MIFAREUC_AUTH1 0x0724
|
||||
#define CMD_MIFAREUC_AUTH2 0x0725
|
||||
#define CMD_MIFAREUC_READCARD 0x0726
|
||||
#define CMD_MIFAREUC_SETPWD 0x0727
|
||||
#define CMD_MIFAREU_SETUID 0x0728
|
||||
|
||||
// mifare desfire
|
||||
#define CMD_MIFARE_DESFIRE_READBL 0x0728
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue