mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: 'hf mfu dump' - simplify bin saving and added JSON dump format
This commit is contained in:
parent
4517531c2f
commit
1ffddb2578
4 changed files with 72 additions and 26 deletions
|
@ -10,6 +10,9 @@
|
|||
#include "util.h"
|
||||
#include "protocols.h"
|
||||
#include "comms.h"
|
||||
#include "loclass/fileutils.h"
|
||||
|
||||
#define DUMP_PREFIX_LENGTH 48
|
||||
|
||||
typedef struct {
|
||||
uint8_t version[8];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue