mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
🐛 Fixed bug autopwn static nested cmdhfmf.c
Signed-off-by: Francesco S. <36336996+francesco-scar@users.noreply.github.com>
This commit is contained in:
parent
a2bbc25101
commit
377cf2a54d
1 changed files with 1 additions and 1 deletions
|
@ -3050,7 +3050,7 @@ tryStaticnested:
|
||||||
(current_key_type_i == MF_KEY_B) ? 'B' : 'A');
|
(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();
|
DropField();
|
||||||
switch (isOK) {
|
switch (isOK) {
|
||||||
case PM3_ETIMEOUT: {
|
case PM3_ETIMEOUT: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue