mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
ADD: Started a "collect nonces" concept to be able to analyse the tag generated nonces.
This commit is contained in:
parent
395f6a814f
commit
add0504dea
6 changed files with 81 additions and 5 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue