mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
textual output
This commit is contained in:
parent
8083bfec32
commit
97c029fc55
3 changed files with 6 additions and 3 deletions
|
@ -66,6 +66,7 @@ int CmdLFHitagList(const char *Cmd) {
|
|||
FILE* f = NULL;
|
||||
|
||||
if (len > FILE_PATH_SIZE) len = FILE_PATH_SIZE;
|
||||
|
||||
memcpy(filename, Cmd, len);
|
||||
|
||||
if (strlen(filename) > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue