mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
updates
Added dump and trace path and clean a little for cleaner use and expansion.
This commit is contained in:
parent
b593d2c319
commit
e2c56fe26c
5 changed files with 237 additions and 96 deletions
|
@ -74,6 +74,7 @@ typedef enum {
|
|||
} DumpFileType_t;
|
||||
|
||||
int fileExists(const char *filename);
|
||||
bool create_path(const char *dirname);
|
||||
|
||||
/**
|
||||
* @brief Utility function to save data to a binary file. This method takes a preferred name, but if that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue