Skip to content

Commit

Permalink
Merge remote-tracking branch noproto-nestednonces into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Oct 22, 2024
2 parents 3374ed1 + 4763762 commit cf0a6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nfc/protocols/mf_classic/mf_classic_poller.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cf0a6ae

Please sign in to comment.