mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
- added first version of 4x50_chk
- renamed 4x50_write_password to 4x50_writepwd
This commit is contained in:
parent
d977902fd8
commit
3ddd9f8a91
5 changed files with 14 additions and 6 deletions
|
@ -21,7 +21,7 @@ bool em4x50_sim_send_word(uint32_t word);
|
|||
|
||||
void em4x50_info(em4x50_data_t *etd);
|
||||
void em4x50_write(em4x50_data_t *etd);
|
||||
void em4x50_write_password(em4x50_data_t *etd);
|
||||
void em4x50_writepwd(em4x50_data_t *etd);
|
||||
void em4x50_read(em4x50_data_t *etd);
|
||||
void em4x50_wipe(uint32_t *password);
|
||||
void em4x50_brute(em4x50_data_t *etd);
|
||||
|
@ -31,5 +31,6 @@ void em4x50_watch(void);
|
|||
void em4x50_restore(em4x50_data_t *etd);
|
||||
void em4x50_sim(void);
|
||||
void em4x50_stdread(void);
|
||||
void em4x50_chk(uint32_t *numkeys);
|
||||
|
||||
#endif /* EM4X50_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue