mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
added "hf mf gview" to view contents of a magic gen3 gtu card
This commit is contained in:
parent
40f08108f0
commit
c522de5b79
8 changed files with 180 additions and 1 deletions
|
@ -740,6 +740,9 @@ typedef struct {
|
|||
#define CMD_HF_MIFARE_GEN3BLK 0x0851
|
||||
#define CMD_HF_MIFARE_GEN3FREEZ 0x0852
|
||||
|
||||
// Gen 3 GTU magic cards
|
||||
#define CMD_HF_MIFARE_G3_RDBL 0x0860
|
||||
|
||||
#define CMD_UNKNOWN 0xFFFF
|
||||
|
||||
//Mifare simulation flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue