mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
MFU - Icemans further improvements
add UL-C device side read card with authentication add MF_UL-Annotations add ntag, and more ul descriptions in hf mfu info
This commit is contained in:
parent
63e1d35a07
commit
75377d29d6
6 changed files with 667 additions and 207 deletions
|
@ -19,7 +19,7 @@ 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);
|
||||
uint16_t GetHF14AMfU_Type(void);
|
||||
|
||||
int usage_hf_mfu_dump(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue