mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Added lf hitag htu
support for Hitag µ/8265
This commit is contained in:
parent
ff1289c03d
commit
4bde83b89d
15 changed files with 1822 additions and 19 deletions
|
@ -282,7 +282,7 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
// 64KB SRAM -> 524288 bits(max sample num) < 2^30
|
||||
uint32_t samples :
|
||||
uint32_t samples :
|
||||
LF_SAMPLES_BITS;
|
||||
bool realtime : 1;
|
||||
bool verbose : 1;
|
||||
|
@ -602,6 +602,12 @@ typedef struct {
|
|||
#define CMD_LF_HITAGS_WRITE 0x0375
|
||||
#define CMD_LF_HITAGS_UID 0x037A
|
||||
|
||||
// For Hitag µ
|
||||
#define CMD_LF_HITAGU_READ 0x037B
|
||||
#define CMD_LF_HITAGU_WRITE 0x037C
|
||||
#define CMD_LF_HITAGU_SIMULATE 0x037D
|
||||
#define CMD_LF_HITAGU_UID 0x037E
|
||||
|
||||
#define CMD_LF_HITAG_ELOAD 0x0376
|
||||
|
||||
#define CMD_HF_ISO14443A_ANTIFUZZ 0x0380
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue