mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
legic write/simulate [Anon]
This commit is contained in:
parent
538300eed8
commit
3612a8a8e2
8 changed files with 636 additions and 32 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <stdint.h>
|
||||
extern void legic_prng_init(uint8_t init);
|
||||
extern void legic_prng_forward(int count);
|
||||
extern int legic_prng_count();
|
||||
extern uint8_t legic_prng_get_bit();
|
||||
|
||||
#endif
|
||||
|
|
|
@ -84,6 +84,7 @@ typedef struct {
|
|||
#define CMD_SIMULATE_MIFARE_CARD 0x0386
|
||||
#define CMD_SIMULATE_TAG_LEGIC_RF 0x0387
|
||||
#define CMD_READER_LEGIC_RF 0x0388
|
||||
#define CMD_WRITER_LEGIC_RF 0x0399
|
||||
#define CMD_READER_MIFARE 0x0389
|
||||
|
||||
// For measurements of the antenna tuning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue