mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Mifare Classic Value operations
Added increment value, decrement value via the supplied commands and set value via the normal write command. Also added "get" to read a value block and decode/display.
This commit is contained in:
parent
3d0e54d85c
commit
f5170f1d18
7 changed files with 317 additions and 11 deletions
|
@ -614,6 +614,7 @@ typedef struct {
|
|||
#define CMD_HF_MIFARE_READSC 0x0621
|
||||
#define CMD_HF_MIFAREU_READCARD 0x0721
|
||||
#define CMD_HF_MIFARE_WRITEBL 0x0622
|
||||
#define CMD_HF_MIFARE_VALUE 0x0627
|
||||
#define CMD_HF_MIFAREU_WRITEBL 0x0722
|
||||
#define CMD_HF_MIFAREU_WRITEBL_COMPAT 0x0723
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue