mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
CHG: 'script run didump' - got some remake. unfinished.
CHG: some default keys
This commit is contained in:
parent
3ca3d401c0
commit
a211877853
6 changed files with 347 additions and 75 deletions
|
@ -84,10 +84,8 @@ int saveFile(const char *preferredName, const char *suffix, const void* data, si
|
|||
return 1;
|
||||
}
|
||||
fwrite(data, 1, datalen, f);
|
||||
if (f) {
|
||||
if (f)
|
||||
fclose(f);
|
||||
f = NULL;
|
||||
}
|
||||
prnlog("Saved data to '%s'", fileName);
|
||||
free(fileName);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue