mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
added standalone mode "brute force"
This commit is contained in:
parent
c20ab4ca20
commit
a9ec622d97
3 changed files with 392 additions and 100 deletions
|
@ -18,9 +18,11 @@ typedef struct {
|
|||
} em4x50_tag_t;
|
||||
|
||||
int em4x50_standalone_read(uint64_t *words);
|
||||
int em4x50_standalone_brute(uint32_t start, uint32_t stop, uint32_t *pwd);
|
||||
bool em4x50_sim_send_listen_window(void);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue