mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
Larger data type for 4K support
This commit is contained in:
@@ -1780,7 +1780,7 @@ NfcCommand mf_classic_poller_handler_nested_log(MfClassicPoller* instance) {
|
||||
bool mf_classic_nested_is_target_key_found(MfClassicPoller* instance, bool is_dict_attack) {
|
||||
MfClassicPollerDictAttackContext* dict_attack_ctx = &instance->mode_ctx.dict_attack_ctx;
|
||||
bool is_weak = dict_attack_ctx->prng_type == MfClassicPrngTypeWeak;
|
||||
uint8_t nested_target_key = dict_attack_ctx->nested_target_key;
|
||||
uint16_t nested_target_key = dict_attack_ctx->nested_target_key;
|
||||
|
||||
MfClassicKeyType target_key_type;
|
||||
uint8_t target_sector;
|
||||
|
||||
Reference in New Issue
Block a user