mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
4x50 standalone mode
This commit is contained in:
parent
2829e20d4b
commit
1ca5d3c53c
6 changed files with 450 additions and 100 deletions
|
@ -13,6 +13,14 @@
|
|||
|
||||
#include "../include/em4x50.h"
|
||||
|
||||
void em4x50_setup_read(void);
|
||||
bool get_signalproperties(void);
|
||||
bool find_em4x50_tag(void);
|
||||
int standard_read(int *now, uint32_t *words);
|
||||
|
||||
void em4x50_setup_sim(void);
|
||||
void em4x50_handle_commands(int *command, uint32_t *tag);
|
||||
|
||||
void em4x50_info(em4x50_data_t *etd);
|
||||
void em4x50_write(em4x50_data_t *etd);
|
||||
void em4x50_writepwd(em4x50_data_t *etd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue