mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-18 03:00:58 +08:00
fix: hf iclass dump - now also save EML
This commit is contained in:
parent
d84a316b4c
commit
b06274623f
1 changed files with 1 additions and 0 deletions
|
@ -1062,6 +1062,7 @@ static int CmdHFiClassReader_Dump(const char *Cmd) {
|
|||
// save the dump to .bin file
|
||||
PrintAndLogEx(SUCCESS, "saving dump file - %d blocks read", gotBytes / 8);
|
||||
saveFile(filename, ".bin", tag_data, gotBytes);
|
||||
saveFileEML(filename, tag_data, gotBytes, 8);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue