mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
CHG: rename the HF MFU * commands.
ADD: added a HF MFU INFO commmand, where you can see some tag info. Used to be in the readcard command. FIX: minor code clean up for ultralight & desfire commands in armsrc/mifarecmd.c, armsrc/mifaredesfire.c, armsrc/mifareutil.c CHG: Lowered the default MF_DBGLEVEL, it set to MF_DBG_ERROR. CHG: lowered a testing value for timeout in cmdhf14a.c
This commit is contained in:
parent
dd683ece72
commit
e3ab50cafb
7 changed files with 212 additions and 231 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "cmdhfmf.h"
|
||||
|
||||
|
||||
//standard ultralight
|
||||
int CmdHF14AMfUWrBl(const char *Cmd);
|
||||
int CmdHF14AMfURdBl(const char *Cmd);
|
||||
|
@ -14,3 +15,4 @@ void rol (uint8_t *data, const size_t len);
|
|||
|
||||
//general stuff
|
||||
int CmdHFMFUltra(const char *Cmd);
|
||||
int CmdHF14AMfUInfo(const char *Cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue