mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
chg: textual
This commit is contained in:
parent
58f35d50a6
commit
b320ebca7c
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
//-----------------------------------------------------------------------------
|
1//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2011,2012 Merlok
|
// Copyright (C) 2011,2012 Merlok
|
||||||
//
|
//
|
||||||
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
||||||
|
@ -1235,8 +1235,8 @@ int CmdHF14AMfNested(const char *Cmd) {
|
||||||
if (e_sector[i].foundKey[1])
|
if (e_sector[i].foundKey[1])
|
||||||
num_to_bytes(e_sector[i].Key[1], 6, &keyBlock[10]);
|
num_to_bytes(e_sector[i].Key[1], 6, &keyBlock[10]);
|
||||||
mfEmlSetMem(keyBlock, FirstBlockOfSector(i) + NumBlocksPerSector(i) - 1, 1);
|
mfEmlSetMem(keyBlock, FirstBlockOfSector(i) + NumBlocksPerSector(i) - 1, 1);
|
||||||
PrintAndLogEx(SUCCESS, "key transferred to emulator memory.");
|
|
||||||
}
|
}
|
||||||
|
PrintAndLogEx(SUCCESS, "key transferred to emulator memory.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create dump file
|
// Create dump file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue