mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
start updating 'hf mfu' commands (#818)
* use PrintAndLogEx() * fix some printouts * some #include refactoring * whitespace
This commit is contained in:
parent
5f18b0c45d
commit
4be9f36ebe
8 changed files with 464 additions and 481 deletions
|
@ -16,13 +16,14 @@
|
|||
#include <stdbool.h>
|
||||
#include "mifare.h"
|
||||
|
||||
int CmdHF14A(const char *Cmd);
|
||||
int CmdHF14AList(const char *Cmd);
|
||||
int CmdHF14AMifare(const char *Cmd);
|
||||
int CmdHF14AReader(const char *Cmd);
|
||||
extern int CmdHF14A(const char *Cmd);
|
||||
extern int CmdHF14AMfDbg(const char* cmd);
|
||||
extern int CmdHF14AList(const char *Cmd);
|
||||
extern int CmdHF14AMifare(const char *Cmd);
|
||||
extern int CmdHF14AReader(const char *Cmd);
|
||||
extern int CmdHF14AInfo(const char *Cmd);
|
||||
int CmdHF14ASim(const char *Cmd);
|
||||
int CmdHF14ASnoop(const char *Cmd);
|
||||
extern int CmdHF14ASim(const char *Cmd);
|
||||
extern int CmdHF14ASnoop(const char *Cmd);
|
||||
|
||||
extern void DropField();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue