add smart bruteforce mode to MF Classic and EM4x50

This commit is contained in:
PhaseLoop 2024-01-15 20:25:02 +00:00
commit dd859a2061
9 changed files with 323 additions and 37 deletions

View file

@ -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