mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
adding support to read fuji/xerox tags, thanks to user Horror
This commit is contained in:
parent
de29369b03
commit
6d699d66bc
12 changed files with 1083 additions and 49 deletions
|
@ -47,6 +47,7 @@ typedef enum ISO14B_COMMAND {
|
|||
ISO14B_SEND_CHAINING = (1 << 9),
|
||||
ISO14B_SELECT_CTS = (1 << 10),
|
||||
ISO14B_CLEARTRACE = (1 << 11),
|
||||
ISO14B_SELECT_XRX = (1 << 12),
|
||||
} iso14b_command_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue