Test fix for MFC EV1 signature dumping in 'hf mf autopwn'

This commit is contained in:
Lucifer Voeltner 2025-01-13 11:06:24 +07:00
commit 7fcbeac417
No known key found for this signature in database

View file

@ -2678,6 +2678,9 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) {
if (is_ev1) { if (is_ev1) {
// hidden sectors on MFC EV1 // hidden sectors on MFC EV1
sector_cnt += 2; sector_cnt += 2;
// bandaid fix
block_cnt += 8;
} }
// create/initialize key storage structure // create/initialize key storage structure