mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
add smart bruteforce mode to MF Classic and EM4x50
This commit is contained in:
parent
8e0e8e2240
commit
dd859a2061
9 changed files with 323 additions and 37 deletions
|
@ -96,7 +96,8 @@ typedef int (smart_generator_t)(generator_context_t *ctx);
|
|||
int bf_generate_mode_smart(generator_context_t *ctx);
|
||||
|
||||
int smart_generator_byte_repeat(generator_context_t *ctx);
|
||||
int smart_generator_test2(generator_context_t *ctx);
|
||||
int smart_generator_msb_byte_only(generator_context_t *ctx);
|
||||
int smart_generator_nibble_sequence(generator_context_t *ctx);
|
||||
|
||||
extern smart_generator_t *smart_generators[]; // array of smart cracking functions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue