mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fixes from #616
This commit is contained in:
parent
d2d126878e
commit
a2c7158f78
13 changed files with 25 additions and 30 deletions
|
@ -271,13 +271,11 @@ void GetKeySettings( uint8_t *aid){
|
|||
char *str = messStr;
|
||||
uint8_t isOK = 0;
|
||||
uint32_t options = NONE;
|
||||
UsbCommand c;
|
||||
UsbCommand c = {CMD_MIFARE_DESFIRE};
|
||||
UsbCommand resp;
|
||||
|
||||
//memset(messStr, 0x00, 512);
|
||||
|
||||
c.cmd = CMD_MIFARE_DESFIRE;
|
||||
|
||||
if ( aid == NULL ){
|
||||
PrintAndLogEx(NORMAL, " CMK - PICC, Card Master Key settings ");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue