mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 09:39:16 +08:00
13 lines
250 B
C
13 lines
250 B
C
#ifndef __MIFAREDESFIRE_H
|
|
#define __MIFAREDESFIRE_H
|
|
|
|
#include "common.h"
|
|
#include "proxmark3.h"
|
|
#include "apps.h"
|
|
#include "string.h"
|
|
#include "BigBuf.h"
|
|
#include "iso14443a.h"
|
|
#include "desfire_key.h"
|
|
#include "mifareutil.h"
|
|
#include "des.h"
|
|
#endif
|