mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue