mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
lf hid clone - prepped for EM. Disabled it for viking / hid clone until further testing
This commit is contained in:
parent
b647d7ca22
commit
1bccb77654
7 changed files with 70 additions and 18 deletions
|
@ -95,7 +95,7 @@ void RunMod(void) {
|
|||
|
||||
WAIT_BUTTON_RELEASED();
|
||||
|
||||
CopyHIDtoT55x7(0, high[selected], low[selected], 0);
|
||||
CopyHIDtoT55x7(0, high[selected], low[selected], 0, false, false);
|
||||
Dbprintf("[=] cloned %x %x %08x", selected, high[selected], low[selected]);
|
||||
|
||||
LEDsoff();
|
||||
|
|
|
@ -121,7 +121,7 @@ void RunMod(void) {
|
|||
Dbprintf("[=] cloning %x | %x%08x", selected, high[selected], low[selected]);
|
||||
|
||||
// high2, high, low, no longFMT
|
||||
CopyHIDtoT55x7(0, high[selected], low[selected], 0);
|
||||
CopyHIDtoT55x7(0, high[selected], low[selected], 0, false, false);
|
||||
|
||||
DbpString("[=] cloned done");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue