mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
Accept eml and json files for hf 15 eload.
This commit is contained in:
@@ -1043,7 +1043,7 @@ static int CmdHF15ELoad(const char *Cmd) {
|
||||
|
||||
uint8_t *data = NULL;
|
||||
size_t bytes_read = 0;
|
||||
int res = loadFile_safe(filename, ".bin", (void **)&data, &bytes_read);
|
||||
int res = pm3_load_dump(filename, (void **)&data, &bytes_read, CARD_MEMORY_SIZE);
|
||||
if (res != PM3_SUCCESS) {
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user