mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-14 17:22:59 -07:00
Save iclass dumps to file, like mifare-dump functionality works
This commit is contained in:
parent
d2197f967a
commit
cb29e00a12
3 changed files with 131 additions and 71 deletions
|
@ -40,7 +40,7 @@ int saveFile(const char *preferredName, const char *suffix, const void* data, si
|
|||
}
|
||||
fwrite(data, 1, datalen, fileHandle);
|
||||
fclose(fileHandle);
|
||||
PrintAndLog(">Saved data to '%s'", fileName);
|
||||
PrintAndLog("Saved data to '%s'", fileName);
|
||||
|
||||
free(fileName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue