mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Merge pull request #2717 from Eltrick/ev1-autopwn-dump
Possible fix for MFC EV1 signature dumping in 'hf mf autopwn'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user