mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: 'hf mf chkkeys' - now uses NG
This commit is contained in:
parent
7cc6975e52
commit
7454a4dcf2
5 changed files with 16 additions and 8 deletions
|
@ -949,7 +949,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
MifareNested(packet->oldarg[0], packet->oldarg[1], packet->oldarg[2], packet->data.asBytes);
|
||||
break;
|
||||
case CMD_MIFARE_CHKKEYS: {
|
||||
MifareChkKeys(packet->oldarg[0], packet->oldarg[1], packet->oldarg[2], packet->data.asBytes);
|
||||
MifareChkKeys(packet->oldarg[0], packet->oldarg[1], packet->oldarg[2], packet->data.asBytes, packet->ng);
|
||||
break;
|
||||
}
|
||||
case CMD_MIFARE_CHKKEYS_FAST: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue