mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
Changed createKeyDump to a less generic name (createMfcKeyDump).
This commit is contained in:
parent
2edee59837
commit
236c2eb1d0
3 changed files with 5 additions and 30 deletions
|
@ -112,7 +112,7 @@ int saveFileJSON(const char *preferredName, JSONFileType ftype, uint8_t *data, s
|
|||
* @param fptr string pointer to the filename
|
||||
* @return 0 for ok, 1 for failz
|
||||
*/
|
||||
int createKeyDump(uint8_t sectorsCnt, sector_t *e_sector, char* fptr);
|
||||
int createMfcKeyDump(uint8_t sectorsCnt, sector_t *e_sector, char* fptr);
|
||||
|
||||
/** STUB
|
||||
* @brief Utility function to load data from a binary file. This method takes a preferred name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue