fix: set default antiemulation to none

This commit is contained in:
Dobin Rutishauser
2024-06-14 13:26:34 +02:00
parent 9210d0c812
commit 6010dbb4c0
+1 -1
View File
@@ -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