Skip to content

Commit

Permalink
Test fix for MFC EV1 signature dumping in 'hf mf autopwn'
Browse files Browse the repository at this point in the history
  • Loading branch information
Eltrick committed Jan 13, 2025
1 parent 52b2c73 commit 7fcbeac
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
Expand Up @@ -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
Expand Down

0 comments on commit 7fcbeac

Please sign in to comment.