mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: LF t55xx trace
new: LF t55xx info
This commit is contained in:
parent
75465377b9
commit
f6c18637ca
25 changed files with 929 additions and 804 deletions
|
@ -18,9 +18,9 @@
|
|||
#include "util.h"
|
||||
#include "printf.h"
|
||||
#include "string.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
|
||||
#include "legicrf.h"
|
||||
#include "../include/hitag2.h"
|
||||
|
||||
|
@ -842,7 +842,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
MifareDES_Auth1(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
|
||||
break;
|
||||
case CMD_MIFARE_DESFIRE_AUTH2:
|
||||
MifareDES_Auth2(c->arg[0],c->d.asBytes);
|
||||
//MifareDES_Auth2(c->arg[0],c->d.asBytes);
|
||||
break;
|
||||
// case CMD_MIFARE_DES_READER:
|
||||
// ReaderMifareDES(c->arg[0], c->arg[1], c->d.asBytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue