mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-18 03:00:58 +08:00
Use pm3_save_dump() for storing to disk.
This commit is contained in:
parent
f511333b4d
commit
b49201ea6e
1 changed files with 1 additions and 3 deletions
|
@ -1140,9 +1140,7 @@ static int CmdHF15ESave(const char *Cmd) {
|
|||
return PM3_ETIMEOUT;
|
||||
}
|
||||
|
||||
saveFile(filename, ".bin", dump, bytes);
|
||||
saveFileEML(filename, dump, bytes, blocksize);
|
||||
saveFileJSON(filename, jsf15, dump, bytes, NULL);
|
||||
pm3_save_dump(filename, dump, bytes, jsf15, blocksize);
|
||||
free(dump);
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue