🐛 Fixed bug autopwn static nested cmdhfmf.c

Signed-off-by: Francesco S. <36336996+francesco-scar@users.noreply.github.com>
This commit is contained in:
Francesco S
2024-02-18 00:27:33 +00:00
committed by GitHub
parent a2bbc25101
commit 377cf2a54d

View File

@@ -3050,7 +3050,7 @@ tryStaticnested:
(current_key_type_i == MF_KEY_B) ? 'B' : 'A');
}
isOK = mfStaticNested(sectorno, keytype, key, mfFirstBlockOfSector(current_sector_i), current_key_type_i, tmp_key);
isOK = mfStaticNested(mfFirstBlockOfSector(sectorno), keytype, key, mfFirstBlockOfSector(current_sector_i), current_key_type_i, tmp_key);
DropField();
switch (isOK) {
case PM3_ETIMEOUT: {