mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 04:26:41 +08:00
f6c18637ca
new: LF t55xx info
15 lines
290 B
C
15 lines
290 B
C
#ifndef __MIFAREDESFIRE_H
|
|
#define __MIFAREDESFIRE_H
|
|
|
|
#include "../include/proxmark3.h"
|
|
#include "apps.h"
|
|
#include "util.h"
|
|
#include "string.h"
|
|
|
|
#include "../common/iso14443crc.h"
|
|
#include "iso14443a.h"
|
|
#include "desfire_key.h"
|
|
#include "mifareutil.h"
|
|
#include "../include/common.h"
|
|
|
|
#endif
|