monster merge...
all those changes marshmellow did.. and more...
This commit is contained in:
@@ -11,8 +11,22 @@
|
||||
#ifndef CMDHFEPA_H__
|
||||
#define CMDHFEPA_H__
|
||||
|
||||
int CmdHFEPA(const char *Cmd);
|
||||
#include <inttypes.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include "util.h"
|
||||
#include "proxmark3.h"
|
||||
#include "common.h"
|
||||
#include "ui.h"
|
||||
#include "cmdparser.h"
|
||||
#include "cmdmain.h"
|
||||
#include "util_posix.h"
|
||||
|
||||
int CmdHFEPACollectPACENonces(const char *Cmd);
|
||||
|
||||
extern int CmdHFEPA(const char *Cmd);
|
||||
extern int CmdHFEPACollectPACENonces(const char *Cmd);
|
||||
extern int CmdHFEPAPACEReplay(const char *Cmd);
|
||||
|
||||
#endif // CMDHFEPA_H__
|
||||
|
||||
Reference in New Issue
Block a user