mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ADD: @go_tus 's code to generate wiegand codes from FacilityCode/SiteCode and Cardnumber. Almost there, formatlength supported is 26,34,35,37,38,40,44,75,84, when its finised.
This commit is contained in:
parent
614da335f6
commit
f4fbfb83e2
2 changed files with 251 additions and 59 deletions
|
@ -17,4 +17,7 @@ int CmdHIDDemodFSK(const char *Cmd);
|
|||
int CmdHIDSim(const char *Cmd);
|
||||
int CmdHIDClone(const char *Cmd);
|
||||
|
||||
int CmdHIDWiegand(const char *Cmd);
|
||||
|
||||
int usage_hid_wiegand();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue