mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
FIX: minor adjustments to 'lf awid bruteforce'
FIX: making the 'lf hid bruteforce' to work the same way as the awid one..
This commit is contained in:
parent
cc70889743
commit
89603cbddc
3 changed files with 119 additions and 60 deletions
|
@ -36,4 +36,5 @@ int usage_lf_hid_clone(void);
|
|||
int usage_lf_hid_brute(void);
|
||||
|
||||
void calc26(uint16_t fc, uint32_t cardno, uint8_t *out);
|
||||
void calcWiegand(uint8_t fmtlen, uint16_t fc, uint64_t cardno, uint8_t *bits);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue