mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
fix: loaddictionary_save, now with correct mem clear.
This commit is contained in:
parent
f3ab9632f0
commit
ad3fe38b45
2 changed files with 44 additions and 31 deletions
|
@ -62,6 +62,13 @@ typedef enum {
|
|||
// jsfT55xx,
|
||||
} JSONFileType;
|
||||
|
||||
typedef enum {
|
||||
BIN = 0,
|
||||
EML,
|
||||
JSON,
|
||||
DICTIONARY,
|
||||
} DumpFileType_t;
|
||||
|
||||
int fileExists(const char *filename);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue