From 8281d3a384b6e2b43f92abc123d6dd1fbf951b1b Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 16 Jul 2019 22:47:34 +0200 Subject: [PATCH] Fix hf_mattyrun bug introduced in 732bc766f9a9a0ec --- 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 7747a49da..9ea0ba524 100644 --- a/armsrc/Standalone/hf_mattyrun.c +++ b/armsrc/Standalone/hf_mattyrun.c @@ -223,6 +223,7 @@ void RunMod() { */ bool printKeys = false; // Prints keys bool transferToEml = true; // Transfer keys to emulator memory + bool ecfill = true; // Fill emulator memory with cards content. bool simulation = true; // Simulates an exact copy of the target tag bool fillFromEmulator = false; // Dump emulator memory.