mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
FIX: an error that I introduced to the csetblock command with wrong length of crc calcs.
CHG: variable name in csetblock change. just trying to be consistant. ADD: code clean up in hf 14a, added some help text methods.
This commit is contained in:
parent
70459879e9
commit
0956e0dba5
4 changed files with 61 additions and 61 deletions
|
@ -13,7 +13,6 @@
|
|||
#define CMDHF14A_H__
|
||||
|
||||
int CmdHF14A(const char *Cmd);
|
||||
|
||||
int CmdHF14AList(const char *Cmd);
|
||||
int CmdHF14AMifare(const char *Cmd);
|
||||
int CmdHF14AReader(const char *Cmd);
|
||||
|
@ -22,4 +21,7 @@ int CmdHF14ASniff(const char *Cmd);
|
|||
|
||||
char* getTagInfo(uint8_t uid);
|
||||
|
||||
int usage_hf_14a_sim(void);
|
||||
int usage_hf_14a_sniff(void);
|
||||
int usage_hf_14a_raw(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue