mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: 'lf indala clone' - differnt input parms. '-L' gives a long UID.
chg: 'lf indala demod' - tries to descramble parts, and detection is changed. Still issues with PSK2..
This commit is contained in:
parent
c939d99884
commit
52be3f4fe5
7 changed files with 216 additions and 110 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "lfsampling.h"
|
||||
#include "BigBuf.h"
|
||||
#include "mifareutil.h"
|
||||
#include "hitag.h"
|
||||
|
||||
#define DEBUG 1
|
||||
|
||||
|
@ -707,7 +708,7 @@ void UsbPacketReceived(uint8_t *packet, int len) {
|
|||
SimulateTagLowFrequencyBidir(c->arg[0], c->arg[1]);
|
||||
break;
|
||||
case CMD_INDALA_CLONE_TAG:
|
||||
CopyIndala64toT55x7(c->arg[0], c->arg[1]);
|
||||
CopyIndala64toT55x7(c->d.asDwords[0], c->d.asDwords[1]);
|
||||
break;
|
||||
case CMD_INDALA_CLONE_TAG_L:
|
||||
CopyIndala224toT55x7(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue