mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
add 'hf plot' - from offical repo (piwi)
This commit is contained in:
parent
2e37c04a15
commit
6e3dde9d76
13 changed files with 144 additions and 25 deletions
|
@ -174,6 +174,7 @@ typedef struct {
|
|||
bool compiled_with_hitag : 1;
|
||||
// hf
|
||||
bool compiled_with_hfsniff : 1;
|
||||
bool compiled_with_hfplot : 1;
|
||||
bool compiled_with_iso14443a : 1;
|
||||
bool compiled_with_iso14443b : 1;
|
||||
bool compiled_with_iso15693 : 1;
|
||||
|
@ -188,7 +189,7 @@ typedef struct {
|
|||
bool hw_available_flash : 1;
|
||||
bool hw_available_smartcard : 1;
|
||||
} PACKED capabilities_t;
|
||||
#define CAPABILITIES_VERSION 3
|
||||
#define CAPABILITIES_VERSION 4
|
||||
extern capabilities_t pm3_capabilities;
|
||||
|
||||
// For CMD_LF_T55XX_WRITEBL
|
||||
|
@ -522,6 +523,11 @@ typedef struct {
|
|||
#define CMD_HF_MFU_OTP_TEAROFF 0x0740
|
||||
|
||||
#define CMD_HF_SNIFF 0x0800
|
||||
#define CMD_HF_PLOT 0x0801
|
||||
|
||||
// Fpga plot download
|
||||
#define CMD_FPGAMEM_DOWNLOAD 0x0802
|
||||
#define CMD_FPGAMEM_DOWNLOADED 0x0803
|
||||
|
||||
// For ThinFilm Kovio
|
||||
#define CMD_HF_THINFILM_READ 0x0810
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue