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