CHG: 'hf mfu dump' - simplify bin saving and added JSON dump format

This commit is contained in:
iceman1001
2018-12-13 23:34:30 +01:00
parent 4517531c2f
commit 1ffddb2578
4 changed files with 72 additions and 26 deletions

View File

@@ -49,10 +49,12 @@
#include "../ui.h"
#include "../emv/emvjson.h"
#include "mifare4.h"
#include "cmdhfmfu.h"
typedef enum {
jsfRaw,
jsfCardMemory,
jsfMfuMemory,
} JSONFileType;
int fileExists(const char *filename);