mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
lf hid sim: add support for long ID
This commit is contained in:
parent
9275304640
commit
59e66ce5fd
8 changed files with 120 additions and 45 deletions
|
@ -108,7 +108,7 @@ void RunMod() {
|
|||
Dbprintf("[=] simulating %x | %x%08x", selected, high[selected], low[selected]);
|
||||
|
||||
// high, low, no led control(A) no time limit
|
||||
CmdHIDsimTAGEx(high[selected], low[selected], false, -1);
|
||||
CmdHIDsimTAGEx(0, high[selected], low[selected], 0, false, -1);
|
||||
|
||||
DbpString("[=] simulating done");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue