1. update SAK

2. ratte's fix. http://www.proxmark.org/forum/viewtopic.php?id=979
This commit is contained in:
Merlokbr@gmail.com 2011-11-04 12:35:00 +00:00
commit 23487cd23c
2 changed files with 12 additions and 10 deletions

View file

@ -298,7 +298,7 @@ void MifareNested(uint32_t arg0, uint32_t arg1, uint32_t arg2, uint8_t *datain)
uint8_t uid[8];
uint32_t cuid, nt1, nt2, nttmp, nttest, par, ks1;
uint8_t par_array[4];
nestedVector nvector[NES_MAX_INFO + 1][10];
nestedVector nvector[NES_MAX_INFO + 1][11];
int nvectorcount[NES_MAX_INFO + 1];
int ncount = 0;
UsbCommand ack = {CMD_ACK, {0, 0, 0}};