mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
text
This commit is contained in:
parent
39eecc917e
commit
a44e2fbc36
1 changed files with 1 additions and 1 deletions
|
@ -3113,7 +3113,7 @@ all_found:
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
SendCommandNG(CMD_HF_MIFARE_EML_MEMCLR, NULL, 0);
|
SendCommandNG(CMD_HF_MIFARE_EML_MEMCLR, NULL, 0);
|
||||||
|
|
||||||
PrintAndLogEx(INFO, "transferring keys to simulator memory" NOLF);
|
PrintAndLogEx(INFO, "transferring keys to simulator memory " NOLF);
|
||||||
|
|
||||||
bool transfer_status = true;
|
bool transfer_status = true;
|
||||||
for (current_sector_i = 0; current_sector_i < sector_cnt; current_sector_i++) {
|
for (current_sector_i = 0; current_sector_i < sector_cnt; current_sector_i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue