]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdhfmfu.h
23bc950a78997c153a370ba3f22bcaf355e65a14
8 int CmdHF14AMfUWrBl(const char *Cmd
);
9 int CmdHF14AMfURdBl(const char *Cmd
);
12 int CmdHF14AMfUCRdBl(const char *Cmd
);
13 int CmdHF14AMfUCRdCard(const char *Cmd
);
14 int CmdHF14AMfucAuth(const char *Cmd
);
17 int CmdHF14AMfUDump(const char *Cmd
);
18 int CmdHF14AMfUInfo(const char *Cmd
);
19 uint16_t GetHF14AMfU_Type(void);
21 //void rol (uint8_t *data, const size_t len);
22 int ul_print_type(uint16_t tagtype
, uint8_t spacer
);
23 void ul_switch_off_field(void);
25 int usage_hf_mfu_dump(void);
26 int usage_hf_mfu_info(void);
28 int CmdHFMFUltra(const char *Cmd
);
30 typedef enum TAGTYPE_UL
{
44 MY_D_MOVE_NFC
= 0x1000,
46 UL_MAGIC
= UL
| MAGIC
,
47 UL_C_MAGIC
= UL_C
| MAGIC
,