ADD: Started a "collect nonces" concept to be able to analyse the tag generated nonces.

This commit is contained in:
iceman1001 2015-04-24 18:41:49 +02:00
commit add0504dea
6 changed files with 81 additions and 5 deletions

View file

@ -433,7 +433,7 @@ int DesfireAPDU(uint8_t *cmd, size_t cmd_len, uint8_t *dataout){
size_t len = 0;
size_t wrappedLen = 0;
uint8_t wCmd[USB_CMD_DATA_SIZE] = {0};
uint8_t wCmd[USB_CMD_DATA_SIZE] = {0x00};
uint8_t resp[MAX_FRAME_SIZE];
uint8_t par[MAX_PARITY_SIZE];