mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-06 21:21:17 -07:00
Add command and code for bidirectional LF emulation of Hitag2. Should be extended for other types of tags
This commit is contained in:
parent
802a36162a
commit
0fa9ca5b53
6 changed files with 215 additions and 2 deletions
|
@ -50,6 +50,7 @@ typedef struct {
|
|||
#define CMD_HID_DEMOD_FSK 0x020B
|
||||
#define CMD_HID_SIM_TAG 0x020C
|
||||
#define CMD_SET_LF_DIVISOR 0x020D
|
||||
#define CMD_LF_SIMULATE_BIDIR 0x020E
|
||||
|
||||
// For the 13.56 MHz tags
|
||||
#define CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_15693 0x0300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue