mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 18:47:24 -07:00
legic write/simulate [Anon]
This commit is contained in:
parent
538300eed8
commit
3612a8a8e2
8 changed files with 636 additions and 32 deletions
|
@ -11,7 +11,8 @@
|
|||
#ifndef __LEGICRF_H
|
||||
#define __LEGICRF_H
|
||||
|
||||
extern void LegicRfSimulate(void);
|
||||
extern void LegicRfReader(int bytes, int offset);
|
||||
extern void LegicRfSimulate(int phase, int frame, int reqresp);
|
||||
extern int LegicRfReader(int bytes, int offset);
|
||||
extern void LegicRfWriter(int bytes, int offset);
|
||||
|
||||
#endif /* __LEGICRF_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue