Changed createKeyDump to a less generic name (createMfcKeyDump).
This commit is contained in:
@@ -293,7 +293,7 @@ out:
|
||||
return retval;
|
||||
}
|
||||
|
||||
int createKeyDump(uint8_t sectorsCnt, sector_t *e_sector, char* fptr) {
|
||||
int createMfcKeyDump(uint8_t sectorsCnt, sector_t *e_sector, char* fptr) {
|
||||
uint8_t tmpKey[6] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user