mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
CHG: "hf mfu crdbl" help text, got at correct length 3des key.
CHG: Added @marshmellows fixes for "hf mfu info" CHG: moved some debug printandlog statements around.
This commit is contained in:
parent
062b7cb956
commit
1c1c5f4cae
2 changed files with 22 additions and 23 deletions
|
@ -19,9 +19,9 @@ void rol (uint8_t *data, const size_t len);
|
|||
|
||||
uint8_t requestAuthentication( uint8_t *nonce);
|
||||
int try3DesAuthentication( uint8_t *key);
|
||||
uint8_t GetHF14AMfU_Type();
|
||||
uint8_t GetHF14AMfU_Type(void);
|
||||
|
||||
int usage_hf_mfu_dump();
|
||||
int usage_hf_mfu_dump(void);
|
||||
|
||||
int CmdHFMFUltra(const char *Cmd);
|
||||
int CmdHF14AMfUInfo(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue