mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Test fix for MFC EV1 signature dumping in 'hf mf autopwn'
This commit is contained in:
parent
52b2c73139
commit
7fcbeac417
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue