mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-05 07:36:14 +08:00
16 lines
275 B
C
16 lines
275 B
C
#ifndef __MIFAREDESFIRE_H
|
|
#define __MIFAREDESFIRE_H
|
|
|
|
#include "proxmark3.h"
|
|
#include "apps.h"
|
|
#include "util.h"
|
|
#include "string.h"
|
|
|
|
#include "iso14443crc.h"
|
|
#include "iso14443a.h"
|
|
#include "desfire_key.h"
|
|
#include "mifareutil.h"
|
|
#include "common.h"
|
|
#include "des.h"
|
|
|
|
#endif
|