mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Relocated write requests in function 4x50_restore from device to client
This commit is contained in:
parent
d546936f5c
commit
6876ff2f04
5 changed files with 26 additions and 98 deletions
|
@ -24,7 +24,6 @@ void em4x50_writepwd(em4x50_data_t *etd);
|
|||
void em4x50_read(em4x50_data_t *etd);
|
||||
void em4x50_brute(em4x50_data_t *etd);
|
||||
void em4x50_login(uint32_t *password);
|
||||
void em4x50_restore(em4x50_data_t *etd);
|
||||
void em4x50_sim(void);
|
||||
void em4x50_reader(void);
|
||||
void em4x50_chk(uint32_t *numkeys);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue