mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Define dump_file
Signed-off-by: John de Kroon <mail@johndekroon.nl>
This commit is contained in:
parent
59839f1107
commit
ec4dccb12b
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
|||
|
||||
#include <inttypes.h>
|
||||
|
||||
// Filename to store the card info in spiff memory
|
||||
#define DUMP_FILE "hf_mattyrun_dump_%02x%02x%02x%02x.bin"
|
||||
|
||||
// Set of standard keys to be used
|
||||
static uint64_t const MATTYRUN_MFC_DEFAULT_KEYS[] = {
|
||||
0xFFFFFFFFFFFF, // Default key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue