mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
19e118a343
This requires a known card number, but often works as 1 is a default.
8 lines
205 B
C
8 lines
205 B
C
#ifndef __LF_HIDFCBRUTE_H
|
|
#define __LF_HIDFCBRUTE_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void hid_calculate_checksum_and_set(uint32_t *high, uint32_t *low, uint32_t cardnum, uint32_t fc);
|
|
|
|
#endif /* __LF_HIDFCBRUTE_H */
|