mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
implemented 'hf iclass dump xxxx',
all you need is the magic key to dump contents of an iclass card
This commit is contained in:
parent
fe53c0311c
commit
fecd8202a5
5 changed files with 392 additions and 51 deletions
|
@ -116,7 +116,9 @@ typedef struct {
|
|||
#define CMD_SNOOP_ICLASS 0x0392
|
||||
#define CMD_SIMULATE_TAG_ICLASS 0x0393
|
||||
#define CMD_READER_ICLASS 0x0394
|
||||
#define CMD_READER_ICLASS_REPLAY 0x0395
|
||||
#define CMD_READER_ICLASS_REPLAY 0x0395
|
||||
#define CMD_ICLASS_ISO14443A_GETPUBLIC 0x0396
|
||||
#define CMD_ICLASS_ISO14443A_WRITE 0x0397
|
||||
|
||||
// For measurements of the antenna tuning
|
||||
#define CMD_MEASURE_ANTENNA_TUNING 0x0400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue