mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
fix: 'mem load' - wrong offsets erased for dictionaries (MF/ICLASS)
This commit is contained in:
parent
d5c45a7368
commit
d87daf8b76
1 changed files with 1 additions and 0 deletions
|
@ -1541,6 +1541,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
Flash_Erase4k(3, 0xC);
|
||||
} else if (startidx == DEFAULT_MF_KEYS_OFFSET) {
|
||||
Flash_Erase4k(3, 0x9);
|
||||
Flash_Erase4k(3, 0xA);
|
||||
} else if (startidx == DEFAULT_ICLASS_KEYS_OFFSET) {
|
||||
Flash_Erase4k(3, 0xB);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue