From 6010dbb4c08cef0cbfbd4c4b2ce484910fd296ba Mon Sep 17 00:00:00 2001 From: Dobin Rutishauser Date: Fri, 14 Jun 2024 13:26:34 +0200 Subject: [PATCH] fix: set default antiemulation to none --- model/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/settings.py b/model/settings.py index 201e3d4..35817b9 100644 --- a/model/settings.py +++ b/model/settings.py @@ -14,7 +14,7 @@ class Settings(): self.decoder_style: DecoderStyle = DecoderStyle.XOR_1 self.short_call_patching: bool = False - self.plugin_antiemulation = "timeraw" + self.plugin_antiemulation = "none" self.plugin_decoy = "none" self.dllfunc: str = "" # For DLL injection