mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Iceman's updates to MFU info and dump
This commit is contained in:
parent
f168b2633b
commit
92690507ab
3 changed files with 143 additions and 158 deletions
|
@ -19,6 +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(void);
|
||||
|
||||
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