mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
monster merge...
all those changes marshmellow did.. and more...
This commit is contained in:
parent
208550823d
commit
f28da2da6e
107 changed files with 5087 additions and 3777 deletions
|
@ -22,16 +22,18 @@
|
|||
#include "protocols.h" // for T55xx config register definitions
|
||||
#include "lfdemod.h" // parityTest
|
||||
extern int CmdLFVisa2k(const char *Cmd);
|
||||
|
||||
extern int CmdVisa2kDemod(const char *Cmd);
|
||||
extern int CmdVisa2kRead(const char *Cmd);
|
||||
extern int CmdVisa2kClone(const char *Cmd);
|
||||
extern int CmdVisa2kSim(const char *Cmd);
|
||||
extern int CmdVisa2kRead(const char *Cmd);
|
||||
extern int CmdVisa2kDemod(const char *Cmd);
|
||||
|
||||
int getvisa2kBits(uint64_t fullcode, uint8_t *bits);
|
||||
extern int detectVisa2k(uint8_t *dest, size_t *size);
|
||||
|
||||
int usage_lf_visa2k_clone(void);
|
||||
int usage_lf_visa2k_sim(void);
|
||||
int usage_lf_visa2k_read(void);
|
||||
int usage_lf_visa2k_demod(void);
|
||||
extern int usage_lf_visa2k_clone(void);
|
||||
extern int usage_lf_visa2k_sim(void);
|
||||
//extern int usage_lf_visa2k_read(void);
|
||||
//extern int usage_lf_visa2k_demod(void);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue