Files
proxmark3/client
Philippe Teuwen ff7cd9d84d CMD_MIFARE_ACQUIRE_ENCRYPTED_NONCES needs 6 bytes of data.
used as SendCommandMIX(CMD_MIFARE_ACQUIRE_ENCRYPTED_NONCES, blockNo + keyType * 0x100, trgBlockNo + trgKeyType * 0x100, 4, NULL, 0);
sent to MifareAcquireEncryptedNonces(packet->oldarg[0], packet->oldarg[1], packet->oldarg[2], packet->data.asBytes);
void MifareAcquireEncryptedNonces(uint32_t arg0, uint32_t arg1, uint32_t flags, uint8_t *datain) {
  [...]
  uint64_t ui64Key = bytes_to_num(datain, 6);

=> we should always send 6 bytes for "bytes_to_num"
2019-05-13 23:11:05 +02:00
..
2019-04-16 15:27:25 +02:00
2019-04-30 00:41:52 +02:00
2019-04-25 17:06:40 +02:00
2019-05-08 01:35:51 +02:00
2019-02-21 19:15:46 +02:00
2019-04-28 11:09:46 +02:00
2019-04-17 14:54:42 +02:00
2019-04-28 11:09:46 +02:00
2019-05-08 01:35:51 +02:00
2019-05-09 13:25:14 +02:00
2019-04-10 13:06:05 +02:00
2019-05-09 20:20:54 +02:00
2019-04-06 00:38:22 +02:00
2019-05-08 19:48:53 +02:00
2019-04-19 09:39:11 +03:00
2019-04-09 22:42:23 +02:00
2019-04-06 00:38:22 +02:00
2019-05-09 01:07:34 +02:00
2019-05-09 20:20:54 +02:00
2019-04-10 13:06:05 +02:00
2019-05-09 20:20:54 +02:00
2019-05-09 20:20:54 +02:00
2019-05-09 20:20:54 +02:00
2019-05-09 20:20:54 +02:00
2019-05-09 20:20:54 +02:00
2019-05-05 18:42:09 +02:00
2019-05-09 01:07:34 +02:00
2019-05-12 20:38:03 +02:00
2019-05-08 01:35:51 +02:00
2019-05-08 13:31:58 +02:00
2019-03-25 14:39:49 +01:00
2019-03-09 23:35:06 +01:00
2019-05-08 13:31:58 +02:00
2019-04-16 16:56:56 +02:00
2019-03-10 00:00:59 +01:00
2019-04-11 01:16:25 +02:00
2019-04-11 00:10:21 +02:00
2019-03-10 00:00:59 +01:00
2019-04-30 23:52:40 +02:00
2019-04-30 23:52:40 +02:00
2019-04-30 23:52:40 +02:00
2019-05-08 01:35:51 +02:00
2019-04-30 23:52:40 +02:00
2019-04-06 00:38:22 +02:00
2019-05-08 01:32:32 +02:00
2019-05-05 22:04:35 +02:00
2019-04-09 22:42:23 +02:00
2019-03-09 23:35:06 +01:00
2019-04-09 22:42:23 +02:00
2019-04-28 22:54:00 +02:00
2019-04-08 12:47:34 +02:00
2019-04-08 12:47:34 +02:00