mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
First check in.
This commit is contained in:
parent
4a79e52c0b
commit
f38a152863
103 changed files with 10544 additions and 508 deletions
|
@ -16,12 +16,11 @@
|
|||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "proxmark3.h"
|
||||
#include "iso14443crc.h"
|
||||
#include "../common/iso14443crc.h"
|
||||
#include "data.h"
|
||||
//#include "proxusb.h"
|
||||
#include "ui.h"
|
||||
#include "cmdparser.h"
|
||||
#include "common.h"
|
||||
#include "../include/common.h"
|
||||
#include "util.h"
|
||||
#include "mifarehost.h"
|
||||
|
||||
|
@ -54,5 +53,5 @@ int CmdHF14AMfCGetBlk(const char* cmd);
|
|||
int CmdHF14AMfCGetSc(const char* cmd);
|
||||
int CmdHF14AMfCLoad(const char* cmd);
|
||||
int CmdHF14AMfCSave(const char* cmd);
|
||||
|
||||
int GetCardSize();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue