Skip to content

Commit

Permalink
Merge pull request #2717 from Eltrick/ev1-autopwn-dump
Browse files Browse the repository at this point in the history
Possible fix for MFC EV1 signature dumping in 'hf mf autopwn'
iceman1001 authored Jan 14, 2025

Verified

This commit was signed with the committer’s verified signature.
rjackson Rob Jackson
2 parents d5e80c1 + 7fcbeac commit 6367b2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/cmdhfmf.c
Original file line number Diff line number Diff line change
@@ -2678,6 +2678,9 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) {
if (is_ev1) {
// hidden sectors on MFC EV1
sector_cnt += 2;

// bandaid fix
block_cnt += 8;
}

// create/initialize key storage structure

0 comments on commit 6367b2d

Please sign in to comment.