mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
clean
This commit is contained in:
parent
a359e4fac4
commit
7278310e27
1 changed files with 0 additions and 4 deletions
|
@ -7,14 +7,10 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#include "aiddesfire.h"
|
#include "aiddesfire.h"
|
||||||
//#include "ui.h"
|
|
||||||
//#include "commonutil.h" // ARRAYLEN
|
|
||||||
#include "pm3_cmd.h"
|
#include "pm3_cmd.h"
|
||||||
//#include "util.h"
|
|
||||||
#include "fileutils.h"
|
#include "fileutils.h"
|
||||||
#include "jansson.h"
|
#include "jansson.h"
|
||||||
|
|
||||||
// https://www.nxp.com/docs/en/application-note/AN10787.pdf
|
|
||||||
static json_t *df_known_aids = NULL;
|
static json_t *df_known_aids = NULL;
|
||||||
|
|
||||||
static int open_aiddf_file(json_t **root, bool verbose) {
|
static int open_aiddf_file(json_t **root, bool verbose) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue