mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
added write and write_password functions
This commit is contained in:
parent
4023c2b8f9
commit
cfeb869dab
1 changed files with 2 additions and 0 deletions
|
@ -403,6 +403,8 @@ typedef struct {
|
|||
#define CMD_LF_IO_DEMOD 0x021A
|
||||
#define CMD_LF_EM410X_DEMOD 0x021C
|
||||
#define CMD_LF_EM4X50_INFO 0x0240
|
||||
#define CMD_LF_EM4X50_WRITE 0x0241
|
||||
#define CMD_LF_EM4X50_WRITE_PASSWORD 0x0242
|
||||
// Sampling configuration for LF reader/sniffer
|
||||
#define CMD_LF_SAMPLING_SET_CONFIG 0x021D
|
||||
#define CMD_LF_FSK_SIMULATE 0x021E
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue