mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
Accept eml and json files for hf 15 eload
.
This commit is contained in:
parent
c062c44230
commit
7cc47eebba
1 changed files with 1 additions and 1 deletions
|
@ -1043,7 +1043,7 @@ static int CmdHF15ELoad(const char *Cmd) {
|
||||||
|
|
||||||
uint8_t *data = NULL;
|
uint8_t *data = NULL;
|
||||||
size_t bytes_read = 0;
|
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) {
|
if (res != PM3_SUCCESS) {
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue