mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
Paradox clone functionality implemented (#747)
This involves a refactor to the arm HID code to allow for arbitrary preambles (such as HID Proximity and Paradox). The client also borrows from the HID code, but is not shared, so could use a significant refactor in the future.
This commit is contained in:
parent
8d7d7b6187
commit
5f84531b82
9 changed files with 64 additions and 16 deletions
|
@ -111,6 +111,8 @@ typedef struct{
|
|||
#define CMD_VIKING_CLONE_TAG 0x0223
|
||||
#define CMD_T55XX_WAKEUP 0x0224
|
||||
#define CMD_COTAG 0x0225
|
||||
// misc extra
|
||||
#define CMD_PARADOX_CLONE_TAG 0x0226
|
||||
|
||||
|
||||
/* CMD_SET_ADC_MUX: ext1 is 0 for lopkd, 1 for loraw, 2 for hipkd, 3 for hiraw */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue