Closed thunder0666 closed 5 years ago
Thanks! @iceman1001 it comes from 3587aeff2aaeb8d326ac2baa35824eecb02a7936 cf this strange part in the commit, from ongoing changes and committed too soon?
@@ -1215,7 +1212,11 @@ static void PacketReceived(PacketCommandNG *packet) {
break;
}
case CMD_HF_ICLASS_READER: {
- ReaderIClass(packet->oldarg[0]);
+ struct p {
+ uint8_t flags;
+ } PACKED;
+ struct p *payload = (struct p *)packet->data.asBytes;
+ ReaderIClass(payload->flags);
break;
}
CMD_HF_ICLASS_READER is still used with SendCommandMIX, I'll revert that snippet for now.
*#&/"¤%... that is part of my upcoming iclass change from mix -> NG...
proxmark not responding after a hf search command the leds "A and C" ligth up.
for reproduce promark3 -c "hf search"
and the proxmark goes to endless loop ( it's comming hot :) ) the only way to restart it's to disconnect the device. ( no tag is normal i try with nothing )
HW and SOFT Versions