From 9d65fa6aeec779ffd07fbaa0e95aae8daaeebb11 Mon Sep 17 00:00:00 2001 From: Michael Roland Date: Wed, 15 May 2024 15:34:08 +0200 Subject: [PATCH] fix incorrect display of partial emulation state --- armsrc/Standalone/hf_mattyrun.c | 1 + 1 file changed, 1 insertion(+) diff --git a/armsrc/Standalone/hf_mattyrun.c b/armsrc/Standalone/hf_mattyrun.c index 6317e3bfd..6437893ac 100644 --- a/armsrc/Standalone/hf_mattyrun.c +++ b/armsrc/Standalone/hf_mattyrun.c @@ -2676,6 +2676,7 @@ void RunMod(void) { } int filled; + partialEmulation = false; DbpString("[=] Filling emulator memory using key A"); filled = MifareECardLoad(sectorsCnt, MF_KEY_A); if (filled != PM3_SUCCESS) {